Hi serqet
I have a solution for you.
1. You have already configured Report for Opportunity that do what you want.
2. For this Report you need to create a report filter. Target Entity of the filter should be Opportunity.
3. Use this formula to count all records:
[code]
test1 = record\count('Opportunity', 'reportFilter5fa541ade1a44984b');
[code]
It is better to set this formula into the Workflow's Action to see the proper results change right after the desired action. Or it can be done by a Scheduled Workflow.
I have a solution for you.
1. You have already configured Report for Opportunity that do what you want.
2. For this Report you need to create a report filter. Target Entity of the filter should be Opportunity.
3. Use this formula to count all records:
[code]
test1 = record\count('Opportunity', 'reportFilter5fa541ade1a44984b');
[code]
It is better to set this formula into the Workflow's Action to see the proper results change right after the desired action. Or it can be done by a Scheduled Workflow.
Comment