Hello All,
I've been given the task of producing a report based upon a helpdesk. Basically, I need to find out whether a a particular ticket has been acknowledged within 30 minutes. The data is currently stored as:
Ticket No. Start Date End Date Status
1 14/03/2006 12:00 14/03/2006 12:10 Assigned
1 14/03/2006 12:10 14/03/2006 12:30 WIP
I know that I need to subtract the start date of when the ticket was acknowledged from the start date of when it arrived with the team, but I need my output to look like this:
Ticket No. Failed(Y/N)
1 Y
Do I need to use a subreport and if so whats the best way to go about it?
Thanks in advance.
I've been given the task of producing a report based upon a helpdesk. Basically, I need to find out whether a a particular ticket has been acknowledged within 30 minutes. The data is currently stored as:
Ticket No. Start Date End Date Status
1 14/03/2006 12:00 14/03/2006 12:10 Assigned
1 14/03/2006 12:10 14/03/2006 12:30 WIP
I know that I need to subtract the start date of when the ticket was acknowledged from the start date of when it arrived with the team, but I need my output to look like this:
Ticket No. Failed(Y/N)
1 Y
Do I need to use a subreport and if so whats the best way to go about it?
Thanks in advance.