V
Vayse
Hi
I need to do some counting on a report. The report is based on a query, with
one side as the Client table, linked to an Audit table. Each Client can
have a director. So my grouping is like this
Client_DirectorID - GroupHeader1
ClientID - GroupHeader2
AuditID - Detail
In the Director heading, I'd like to count the number of Audits, and the
number of Clients. Count(AuditID) works fine for the Audits. However,
Count(ClientID) will return the same value as Count(AuditID).
I can get the count of the client ID by including a running sum in the
ClientID heading, and putting that value in the Director footer.
How do I go about getting the count of the ClientID in the Director heading?
Thanks
Vayse
I need to do some counting on a report. The report is based on a query, with
one side as the Client table, linked to an Audit table. Each Client can
have a director. So my grouping is like this
Client_DirectorID - GroupHeader1
ClientID - GroupHeader2
AuditID - Detail
In the Director heading, I'd like to count the number of Audits, and the
number of Clients. Count(AuditID) works fine for the Audits. However,
Count(ClientID) will return the same value as Count(AuditID).
I can get the count of the client ID by including a running sum in the
ClientID heading, and putting that value in the Director footer.
How do I go about getting the count of the ClientID in the Director heading?
Thanks
Vayse