michele9357
IS-IT--Management
I have a group with different times - I want to total the times for each group. See below
Group1 --- John Doe Total time
Detail --- IN-7:27 Out 8:23 0:56
IN-10:40 Out 11:42 1:02
I used this formula to get the Total Time -
Time (0,0,0)+(Time({casemain.actcase_stop_datetime})-Time({casemain.actcase_start_datetime}))
How do I add the 2 total times together. I know this is probably an easy answer, i am stuck... please help.
Group1 --- John Doe Total time
Detail --- IN-7:27 Out 8:23 0:56
IN-10:40 Out 11:42 1:02
I used this formula to get the Total Time -
Time (0,0,0)+(Time({casemain.actcase_stop_datetime})-Time({casemain.actcase_start_datetime}))
How do I add the 2 total times together. I know this is probably an easy answer, i am stuck... please help.