John Baker
Registered User.
- Local time
- Today, 11:38
- Joined
- Apr 13, 2005
- Messages
- 35
I am developing a series of reports based on data from a problem management system. Each report is based on a crosstab query that groups incidents by a dimension (e.g. analyst, product type, problem type) and tabulates the number of incidents for each member of the group by problem status (open, updated, closed).
Example:
analyst open updated closed
Analyst 1 2 12 20
Analyst 2 1 15 28
Analyst 3 4 11 21
My problem is this - each report is designed to report on each status (open, updated, closed). However, depending on the date range that is selected, there may not be any incidents for each of the statuses. Consequently, an error is generated when the report is run since the data field does not exist in the crosstab query.
Any suggestions on how I may resolve this problem?
Many thanks in advance,
John
Example:
analyst open updated closed
Analyst 1 2 12 20
Analyst 2 1 15 28
Analyst 3 4 11 21
My problem is this - each report is designed to report on each status (open, updated, closed). However, depending on the date range that is selected, there may not be any incidents for each of the statuses. Consequently, an error is generated when the report is run since the data field does not exist in the crosstab query.
Any suggestions on how I may resolve this problem?
Many thanks in advance,
John