Hello,
I have a database which registers when a ticket is opened and completed using the now() function.
What I would like to do is to report how long each ticket takes to be resolved (in days hours:minutes)
The fields I have are
"Time"
"Complete Time"
I've tired using datediff - but I must be doing something wrong because it always reports the number of days in the month if the ticket was resolved on the same day!
If anyone can help it would be gratefully appreciated.
Thanks,
Mike Healy.
I have a database which registers when a ticket is opened and completed using the now() function.
What I would like to do is to report how long each ticket takes to be resolved (in days hours:minutes)
The fields I have are
"Time"
"Complete Time"
I've tired using datediff - but I must be doing something wrong because it always reports the number of days in the month if the ticket was resolved on the same day!
If anyone can help it would be gratefully appreciated.
Thanks,
Mike Healy.