H
Heather
Any guidance would be really appreciated.
First, I have had some great suggestion from the query group but I am still
having such a hard time with this I just can't get it to work right.
I am trying to get results for how many tickets that were opened, closed,
work in Progress, Pending Implementation for the month. My problem is that
sometimes a ticket say’s it is closed but it has since been re-opened and the
only way to know that is look at the re-opened field.
The table has a page field so I decided to use that by selecting the Min and
Max to get the first record (Open) and the latest which could be (Closed or
Work in Progress extra).
((But I need to get the days a ticket has stayed in a State based on the
update time field))
Trying to do..
For each ticket with STATUS = Open
Number of days that the ticket contained Ticket State = Work in Progress
Number of days that the ticket contained Ticket State = Pending Implementation
The final Number of days when the Ticket was = Closed
((But then the ticket is re-open))
PNUMBER Page Assignment Status OpenTime UpdateTime Close
reopen
IM050 1 ibg OPEN 12/01/05 12/01/05
IM050 2 ibg WorkinProg 12/01/05 12/01/05
IM050 3 ibg WorkinProg 12/01/05 12/06/05
IM050 4 ibg Closed 12/01/05 12/07/05
12/07/05
IM050 5 fbss WorkinProg 12/01/05 12/08/05
12/08/05
IM050 6 fbss WorkinProg 12/01/05 12/09/05
12/08/05
IM050 7 fbss WorkinProg 12/01/05 12/14/05
12/08/08
Thank for any Suggestion's...
First, I have had some great suggestion from the query group but I am still
having such a hard time with this I just can't get it to work right.
I am trying to get results for how many tickets that were opened, closed,
work in Progress, Pending Implementation for the month. My problem is that
sometimes a ticket say’s it is closed but it has since been re-opened and the
only way to know that is look at the re-opened field.
The table has a page field so I decided to use that by selecting the Min and
Max to get the first record (Open) and the latest which could be (Closed or
Work in Progress extra).
((But I need to get the days a ticket has stayed in a State based on the
update time field))
Trying to do..
For each ticket with STATUS = Open
Number of days that the ticket contained Ticket State = Work in Progress
Number of days that the ticket contained Ticket State = Pending Implementation
The final Number of days when the Ticket was = Closed
((But then the ticket is re-open))
PNUMBER Page Assignment Status OpenTime UpdateTime Close
reopen
IM050 1 ibg OPEN 12/01/05 12/01/05
IM050 2 ibg WorkinProg 12/01/05 12/01/05
IM050 3 ibg WorkinProg 12/01/05 12/06/05
IM050 4 ibg Closed 12/01/05 12/07/05
12/07/05
IM050 5 fbss WorkinProg 12/01/05 12/08/05
12/08/05
IM050 6 fbss WorkinProg 12/01/05 12/09/05
12/08/05
IM050 7 fbss WorkinProg 12/01/05 12/14/05
12/08/08
Thank for any Suggestion's...