Hello Again!! Using: Crystal Reports 2008 against SQL 2005 DB
I have a Table/Field, {incilog.timeinsecs} that stores the time of a transaction in Seconds format.
I am trying to calculate the total time elapsed from the first transaction to the last. For example:
Dispatched-60154 which is 16:42:34
En Route-60169 which is 16:42:49
Arrived-60849 which is 16:54:09
Cleared-79727 which is 22:08:47
I need to know how much time elapsed from the Dispatched transaction to the cleared transaction. I can convert the seconds into HH:MM:SS format just fine, but I'm lost on how to compare the values for total time spent on the call in second format so it can then be converted.
I have a Table/Field, {incilog.timeinsecs} that stores the time of a transaction in Seconds format.
I am trying to calculate the total time elapsed from the first transaction to the last. For example:
Dispatched-60154 which is 16:42:34
En Route-60169 which is 16:42:49
Arrived-60849 which is 16:54:09
Cleared-79727 which is 22:08:47
I need to know how much time elapsed from the Dispatched transaction to the cleared transaction. I can convert the seconds into HH:MM:SS format just fine, but I'm lost on how to compare the values for total time spent on the call in second format so it can then be converted.