CrystalTool
MIS
I work in a call center and use Crystal 10 on an MS-SQL database. The end-user wants a chart with the number of calls answered and abandoned by hour, by day.
The problem: the center is closed 12:00am to 6:00am every day. I grouped the report on the hour. The report doesn’t find any records prior to 6:00am, so the first group is 6:00am. The users want to see 12:00am through 5:00am with zeros next to them. How can I do this?
I tried 24 running total fields, but I can't do 24 fields per stat (calls answered, abandoned, busy, etc.). I tried a for-while loop with isnull, but it also starts at 6:00am. Essentially, I need one formula to chart.
Mitch
The problem: the center is closed 12:00am to 6:00am every day. I grouped the report on the hour. The report doesn’t find any records prior to 6:00am, so the first group is 6:00am. The users want to see 12:00am through 5:00am with zeros next to them. How can I do this?
I tried 24 running total fields, but I can't do 24 fields per stat (calls answered, abandoned, busy, etc.). I tried a for-while loop with isnull, but it also starts at 6:00am. Essentially, I need one formula to chart.
Mitch