I have a very simple problem, but one that is nonetheless very annoying. I would greatly appreciate any assistance anyone could offer.
I have a simple query-based report - no sub-reports or anything. I perform report-level grouping. What I want to do is count the number of records in each detail, and, at the end of the report, provide a count of the total number of records. I selected two fields. In one [ID], I set the RunningSum property to "Over Group" and created a textbox in the group footer that reads =Count([ID]).
In the other [Name], I set the RunningSum property to "Over all" and created a textbox in the report footer that reads =Count([Name]).
The problem is that the group counts are reporting only a running count and not resetting after each new group.
Any ideas?
I have a simple query-based report - no sub-reports or anything. I perform report-level grouping. What I want to do is count the number of records in each detail, and, at the end of the report, provide a count of the total number of records. I selected two fields. In one [ID], I set the RunningSum property to "Over Group" and created a textbox in the group footer that reads =Count([ID]).
In the other [Name], I set the RunningSum property to "Over all" and created a textbox in the report footer that reads =Count([Name]).
The problem is that the group counts are reporting only a running count and not resetting after each new group.
Any ideas?