Count Field In Header

jereece

Registered User.
Local time
Today, 06:10
Joined
Dec 11, 2001
Messages
300
I have a report which is sorted using a group header. Beside the group field in the header, I would like to show a count (total) for each group. I tried usin a text box with the control source being =Sum[resp_user_group_cd] and also tried =Count[resp_user_group_cd] but neither seems to work. Can someone help?

Thanks,
Jim
 
You were missing something:

Code:
=Count[b][color=red]([/color][/b][resp_user_group_cd][b][color=red])[/color][/b]
 

Users who are viewing this thread

Back
Top Bottom