I have a report that has two groupings, and then I am pulling the max of specific fields.
Example:
Started Color
Jane Doe Yes Blue
John Smith Yes Green
These fields would all be a max summary. I want to do a count of how many fields are a "Yes".
The yes fields behind the summary of a max are a formula where in example it would be: if {my.table}=123 then "Yes" else if {my.table}=321 then "No".
Any help would be greatly appreciated!