counting reports

Nova_C

Registered User.
Local time
Today, 02:47
Joined
Apr 25, 2002
Messages
13
I need to count how many instances of a type there are in a report. Basically, I have a report that displays computers by type, i.e. desktop towers, laptops, etc. I've been looking in help for ways to tally how many of each there are, but so far nothing has worked. Any help would be greatly appreciated.
 
If you've already got them Sorted and Grouped, just put a box in a Group Header or Footer =Count([Some displayed field])
 

Users who are viewing this thread

Back
Top Bottom