wilsons935
IS-IT--Management
I have two fields showing start and end time (hh:mm:ss). I need to calculate the difference bewteen the times per row and then start a running total adding up the time and showing it as hh:mm:ss for each user
Example data:
User1 09:10:05 10:10:05 time difference
User1 12:01:01 12:02:01 time difference
sub total time
User2 10:01:01 11:01:01 time difference
User2 11:00:00 13:00:00 time difference
sub total time
I am using CR8.5 and have used the following formula to calculate the time difference
ctime({UserStats.EndTime} - {UserStats.StartTime})
This gives me a difference in hh:m:ss but I cannot work out how to do the running total so that it adds up the time correctly.
Any help appreciated. If I have left any relevant information out my apologies.
Al Patch
Example data:
User1 09:10:05 10:10:05 time difference
User1 12:01:01 12:02:01 time difference
sub total time
User2 10:01:01 11:01:01 time difference
User2 11:00:00 13:00:00 time difference
sub total time
I am using CR8.5 and have used the following formula to calculate the time difference
ctime({UserStats.EndTime} - {UserStats.StartTime})
This gives me a difference in hh:m:ss but I cannot work out how to do the running total so that it adds up the time correctly.
Any help appreciated. If I have left any relevant information out my apologies.
Al Patch