I have a report that is grouped by phone numbers. The report provides me with infomation on the use of the phone number such has how many calls were made to any particular number, the time of day calls were made, and the cost per call.
My report is based off a table with the following fields and grouped by the phone number field:
PhoneNumber
Time (medium format)
cost
Is it possible to place a textbox on a report and place some code within it to give me the count of calls that were made between peak time 7:00am to 7:00pm based off the time field for the phone number that is grouped in the report?
My report is based off a table with the following fields and grouped by the phone number field:
PhoneNumber
Time (medium format)
cost
Is it possible to place a textbox on a report and place some code within it to give me the count of calls that were made between peak time 7:00am to 7:00pm based off the time field for the phone number that is grouped in the report?