I am doing a report on tickets stored in an SQL database. What needs to show is the entire history of the ticket when at any point, it takes more than 1 hour between actions.
I have a field in the details section that shows the DateTime of an action, it's format is "mm/dd/yyyy hh:mm:ss". I have to use this field to figure the time between actions. I have come close, but it only shows the the items in a particular ticket that meets the 1 hour criteria. I need to show all of the items in the ticket if just one of them meet that criteria.
I am in desparate need of assistance.
I have a field in the details section that shows the DateTime of an action, it's format is "mm/dd/yyyy hh:mm:ss". I have to use this field to figure the time between actions. I have come close, but it only shows the the items in a particular ticket that meets the 1 hour criteria. I need to show all of the items in the ticket if just one of them meet that criteria.
I am in desparate need of assistance.