I have been using the following formula and am unable to get a sum that exceeds at total of 23:59.
Sum ({CallDetailRecord.duration}) + Time (00,00,00)
What I want is the Sum to display the total duration of time spent on the phone by a department during a specified month. The total hours must be able to exceed 23. Currently everything seems fine until it exceeds the 23:59 then it goes back to zero and displays only the remainder. How can I get it to display correctly?
FYI: This is a Time field only. All Date/Time fields within this database are in a time_t value that is obtained from the Windows NT (2000) system routines. The value is a coordinated universal time (UTC) value and represents the number of seconds since Midnight (00:00:00) Jan. 1, 1970.
Thank You very much,
Linda
Sum ({CallDetailRecord.duration}) + Time (00,00,00)
What I want is the Sum to display the total duration of time spent on the phone by a department during a specified month. The total hours must be able to exceed 23. Currently everything seems fine until it exceeds the 23:59 then it goes back to zero and displays only the remainder. How can I get it to display correctly?
FYI: This is a Time field only. All Date/Time fields within this database are in a time_t value that is obtained from the Windows NT (2000) system routines. The value is a coordinated universal time (UTC) value and represents the number of seconds since Midnight (00:00:00) Jan. 1, 1970.
Thank You very much,
Linda