P
patricia
I have a table called "tickets" that holds help desk
ticket information and another table called "ticket_log"
that holds all the changes that were made to the "ticket"
label and date stamps each entry. Within each table
there is a field called "status". A ticket can be set to a
status more than 1 time (Open, handled, resolved, handled,
handled, handled, dispatched, handled, closed)- each
change in status is a new entry in the ticket_Log. How
can I compute the total number of hours a ticket was at
one particular status? (IE: # of hours "handled" )
Thanks
ticket information and another table called "ticket_log"
that holds all the changes that were made to the "ticket"
label and date stamps each entry. Within each table
there is a field called "status". A ticket can be set to a
status more than 1 time (Open, handled, resolved, handled,
handled, handled, dispatched, handled, closed)- each
change in status is a new entry in the ticket_Log. How
can I compute the total number of hours a ticket was at
one particular status? (IE: # of hours "handled" )
Thanks