Sum a Count feature in a Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report with several headers. The main header sorted by Company,
below that are the details. In the details, there are Issues that are logged
for a particular top level Header. I have a text box that is counting each
of the particular issues for a given top level header. Example code:
=Count([ObsSOXCode1]).

I want to be able to SUM all of these counts for a particular company, in
the Company Header.

How can I do this?

thanks,
 
Why doesn't a text box in the Company header with this work?
=Count([ObsSOXCode1])
 
Back
Top