How to sum Time field
I have a column in one of my reports where the value is "Time" in form of HH:MM:SS (such as 08:25:10).
I want to print total of this coloumn in the bottom of the report in the form of Hours:Minutes:Seconds. For example 234 hours, 15 minutes and 10 seconds should appear as 234:15:10.
Is there any function within FastReport that can SUM this column. Or any other suggestion will be appreciated.
I want to print total of this coloumn in the bottom of the report in the form of Hours:Minutes:Seconds. For example 234 hours, 15 minutes and 10 seconds should appear as 234:15:10.
Is there any function within FastReport that can SUM this column. Or any other suggestion will be appreciated.
Comments
you will probably have to use some variables and you may have to use the decode time function to sum the individual word members of the time value.