I have a report that is grouped on a field and the details have more than one record returning for the fields inside the details. I just need to check if a field has a certain value and report 1 for that group - this I can do with a Maximum summary. Problem is I cannot use this in a Running Total or summarize this function.
Example:
20 groups, 120 Returns of field being true(instead of say 19 - one missing) since its done on grouping. This feels hard to explain. Please ask for clarification if needed.
Edit - much needed visual of report. [Pseudo Report]
[Group] Id
[Record] 0
[Record] 1
[Record] 1
[/Group] {@max}= 1
[Group] Id
[Record] 0
[/Group] {@max}= 0
[Report Footer] Total of {@max}
So the total is like a summary of a summary - which CR cannot do.
If you want a count (not sure if that is really what you want). Here are a couple of thoughts. Create a running total and choose the field you want to check on, on the type of summary, select count. In the evaluate section, click on Use a formula and enter whatever criteria you need (Boolean value). See if that helps.
The other way is to do a manual count using a formula and a shared variable.