Hello SQL and Crystal Reports friends,
I am trying to make a report and need some help please.
It is a helpdesk database. Jobs are logged, and then closed. Each of
these events is timestamped in the database in the date fields
“DateLogged” and “DateClosed”
Jan Feb Mar Apr
New Closed New Closed New Closed New Closed
10 5 13 6 23 6 45 25
etc.
I am trying to create a crosstab style report that will show each month
of the year along the top, and then the number of jobs logged and closed
during that month. The problem I am having is that when Crystal Groups
by the month, you have to specify a date field for the grouping. If I
select “DateLogged”, then the crosstab will accurately show all of the
jobs logged for that month, but is not correct for the jobs closed
during that month. The problem is that is counting the number of jobs
that were both logged AND closed during the grouped month.
Can anyone see how such a report is possible?
Furthermore, I would like to be able to calculate how many jobs were
open at the start of the month, as well as at the end of the month.
Thank you for your help.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I am trying to make a report and need some help please.
It is a helpdesk database. Jobs are logged, and then closed. Each of
these events is timestamped in the database in the date fields
“DateLogged” and “DateClosed”
Jan Feb Mar Apr
New Closed New Closed New Closed New Closed
10 5 13 6 23 6 45 25
etc.
I am trying to create a crosstab style report that will show each month
of the year along the top, and then the number of jobs logged and closed
during that month. The problem I am having is that when Crystal Groups
by the month, you have to specify a date field for the grouping. If I
select “DateLogged”, then the crosstab will accurately show all of the
jobs logged for that month, but is not correct for the jobs closed
during that month. The problem is that is counting the number of jobs
that were both logged AND closed during the grouped month.
Can anyone see how such a report is possible?
Furthermore, I would like to be able to calculate how many jobs were
open at the start of the month, as well as at the end of the month.
Thank you for your help.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment