I am trying to create a report that groups the data by time intervals. However, the time intervals don't exist "naturally" in the database, so I have to create them (some how) with formulas in Crystal Reports. (BTW, I'm using SQL Server 2000, Crystal Reports version 8.0 and Seagate Info version 7.0).
Here is an example of the information I want:
Parameter: StartDateTime and EndDateTime; I want users to be able to select the time period (dates) to run the report on--whether that is one day or across two years.
Display data: Number of Calls, number of abandoned calls and service level.
Display criteria: By every hour of operation in the phone center (8 am to 5 pm). I.E. grouped by 8 am, 9 am, 10 am etc, so that the data appears grouped by the hour, not by the date.
Thanks in advance for any help.
Here is an example of the information I want:
Parameter: StartDateTime and EndDateTime; I want users to be able to select the time period (dates) to run the report on--whether that is one day or across two years.
Display data: Number of Calls, number of abandoned calls and service level.
Display criteria: By every hour of operation in the phone center (8 am to 5 pm). I.E. grouped by 8 am, 9 am, 10 am etc, so that the data appears grouped by the hour, not by the date.
Thanks in advance for any help.