G
Guest
I have a report based on a query.
The query extracts records for problems.
Problems may be unresolved or resolved.
I need to list on the report only the unresolved problems but I must also
print the count of resolved problems. How to do this in a query?
The problems are listed in order by Group. In the Group footer I must total
the unresolved problems listed and also the resolved problems for the group.
Lets say the Problem table columns are:
Group
ProblemID
ResolutionDate
Currently the report has sorting and grouping for the Problem Id and Group
with footer set to YES for the Group.
The query extracts records for problems.
Problems may be unresolved or resolved.
I need to list on the report only the unresolved problems but I must also
print the count of resolved problems. How to do this in a query?
The problems are listed in order by Group. In the Group footer I must total
the unresolved problems listed and also the resolved problems for the group.
Lets say the Problem table columns are:
Group
ProblemID
ResolutionDate
Currently the report has sorting and grouping for the Problem Id and Group
with footer set to YES for the Group.