I would like to group all my records for an entire month by time ranges. Such as all calls for the month of May made between the hours of 07:00:00 to 09:30:00.
I am currently using the following formula to convert the UTC timedate field which is in seconds (example: 320,251,407) to a standard time and date (example: 5/1/2002 7:10:07AM) and am unable to seperate the date from the time.
My Formulated field for "StartTime" is as follows:
{CallDetailRecord.dateTimeConnect} / 86400 + DateTime (1969,12,31,20,00,00)
I am able to group within a time range for one (1) specific day, but not for multiple days such as for an entire month.
I am currently using the following formula to convert the UTC timedate field which is in seconds (example: 320,251,407) to a standard time and date (example: 5/1/2002 7:10:07AM) and am unable to seperate the date from the time.
My Formulated field for "StartTime" is as follows:
{CallDetailRecord.dateTimeConnect} / 86400 + DateTime (1969,12,31,20,00,00)
I am able to group within a time range for one (1) specific day, but not for multiple days such as for an entire month.