Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need to get the count records

Status
Not open for further replies.

pinkpoppy

Programmer
Joined
Jul 6, 2011
Messages
75
Location
US
I have a report displaying by groups, but I need the total count of records displayed.
Example data:

Code:
[b]Group 1: State   Group 2: Last Name[/b]
NM                        Smith  
NM                        Benson

GA                        Richardson
GA                        Floyd
GA                        Daniels

NY                        Robertson
NY                        Hawkins

PA                         Lee
PA]                        Smith


I need to display the total count: 9 records.
 
Have you tried creating a Summary object (Sigma icon on tool bar) that does a count?
 
Yes, but it is not getting the right count.
 
It is counting the total number of records there are instead of 9 that I need.
 
I am assuming that you are hiding the details. I believe you should be able to do a running total (count) that evaluates on a change of group.
 
thanks! it is displaying the right number now.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top