Using Crystal Report 8.5
In Crystal report time column values are String. I display a record order by person id.
Like this.
Personid Intime Outtime
001 08:00:00 17:00:00
001 14:00:00 22:00:00
002 07:00:00 10:00:00
002 04:00:00 21:00:00
...,
From the above report i need a total of Intime, total of Outtime group by personid
Expected Outtput
Personid Intime Outtime
001 08:00:00 17:00:00
001 14:00:00 22:00:00
Total 22:00:00 39:00:00
002 07:00:00 10:00:30
002 04:00:00 21:00:30
Total 11:00:00 31:01:00
...,
I will display all the value along with total by personid wise.
Need Crystal Report Formula Help.