I am using Crystal Reports 9. I am creating a report using a table that takes data and writes it to the IAgentQueueStats table every 30 minutes. The report is grouped by:
Group 1. Agent Name
Group 2. Starting interval date
Group 3. Workgroup
Group 4. Time in seconds
I need to be able to take the records with the date/time of 30 minutes and add it to the records with the date/time of 00 minutes or hourly values. This will create an hourly report. I am trying to manipulate a table that writes data every 30 minutes into a hourly report. The new report will show hourly values for each agent.
dIntervalStart is the date/time field I am using
I know I can get the hour, minute, and seconds out of the dIntervalStart field, but I am not sure how to combine the second values. In the report, the time will be reported in seconds.
I want to know the formula in Crystal Report Syntax that will take the time in seconds from table records that have the 30 minute time value and add it to the records that have the 00 minute time value with the same hour value.
Thank you for any help you can provide
Group 1. Agent Name
Group 2. Starting interval date
Group 3. Workgroup
Group 4. Time in seconds
I need to be able to take the records with the date/time of 30 minutes and add it to the records with the date/time of 00 minutes or hourly values. This will create an hourly report. I am trying to manipulate a table that writes data every 30 minutes into a hourly report. The new report will show hourly values for each agent.
dIntervalStart is the date/time field I am using
I know I can get the hour, minute, and seconds out of the dIntervalStart field, but I am not sure how to combine the second values. In the report, the time will be reported in seconds.
I want to know the formula in Crystal Report Syntax that will take the time in seconds from table records that have the 30 minute time value and add it to the records that have the 00 minute time value with the same hour value.
Thank you for any help you can provide