I am trying to create a Parameter using a UTC Date Time field,{CallDetailRecord.dateTimeConnect}. This is a numberic field and I would like it to appear in the Parameter as a date and not numbers so that the Parameter will allow a Date Range.
In the "Detail" area of my report I've created...
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...
I am using the following as my formula for phone numbers:
picture({CallDetailRecord.callingPartyNumber},"XXX-XXX-XXXX")
My problem is that this is picking up our 5 digit extensions (ex. 15330) as 153-30-.
How can I set up a formula to use the "XXX-XXX-XXXX" when there are...
I am currently using the following formula to convert the timedate field which is in seconds (example: 320,251,407) to a standard time and date (example: 5/1/2002 7:10:07AM).
{CallDetailRecord.dateTimeConnect} / 86400 + DateTime (1969,12,31,20,00,00)
Note: In the formula after the...
I found a formula to use that is helpful from Ken Hamady's web site. However I would like to edit it by doing away with the "days" and carry over that time to allow the "hours" portion to increase.
Here is the formula I'm using:
WhilePrintingRecords;
NumberVar TotalSec :=...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.