G
Guest
HI
There is a report that shows all issues opened by Opened Date. The issues are either have open or closed status
Open Date can be a range of dates
The report is based on a query. It groups records by Open Date. It count number of record for each Open Date group. Then it counts all records for the report at the report footer
I am trying to add another count of records within a group based on status of the issue (0 or -1).
Here is my coding for the Control Source for the report footer
=DCount("[IsClosed]","[rpt-Call-Sum-Calls Opened by Date]","[IsClosed] = 0"
Naturally it counts ALL records with this condition in the query
How can I count records with the same value for [IsClosed] =0 for a particular group within the report (for each Open Day)
Thank you
Fay
There is a report that shows all issues opened by Opened Date. The issues are either have open or closed status
Open Date can be a range of dates
The report is based on a query. It groups records by Open Date. It count number of record for each Open Date group. Then it counts all records for the report at the report footer
I am trying to add another count of records within a group based on status of the issue (0 or -1).
Here is my coding for the Control Source for the report footer
=DCount("[IsClosed]","[rpt-Call-Sum-Calls Opened by Date]","[IsClosed] = 0"
Naturally it counts ALL records with this condition in the query
How can I count records with the same value for [IsClosed] =0 for a particular group within the report (for each Open Day)
Thank you
Fay