Is there any way to count the occurrence of each value in a certain field in a report, when you don't know what the values are going to be? And then show the total count for each of those values at the end of the report?
Lets say its a Name field, and the values pulled into the report could be any name in the book. Assuming only 3 names are in this particular report, the desired result would be something like:
Joe - 5 occurences
Jim - 3 occurences
Bob - 2 occurences
Lets say its a Name field, and the values pulled into the report could be any name in the book. Assuming only 3 names are in this particular report, the desired result would be something like:
Joe - 5 occurences
Jim - 3 occurences
Bob - 2 occurences