Using Crystal Report 2008
I've created a report to display the total number of calls per Trunk Group and the total number minutes (duration) of calls per trunk group. Now I'm trying to display the maximum calls (during the specified date range) per trunk group.(peak trunks)
Trunk Group Calls Duration Peaks trunks
MCI 15000 8050 139
Sprint 987456 19987 180
Cox 78965 1087 29
I have to count the number of trunks per trunk group per day. I have done this but I can figure out how to only use the maximum or biggest number.
I tried a group sort option but it doesn't like my count formula. I've been looking at doing a variable to use whileprintingrecords. Any suggestions?
I've created a report to display the total number of calls per Trunk Group and the total number minutes (duration) of calls per trunk group. Now I'm trying to display the maximum calls (during the specified date range) per trunk group.(peak trunks)
Trunk Group Calls Duration Peaks trunks
MCI 15000 8050 139
Sprint 987456 19987 180
Cox 78965 1087 29
I have to count the number of trunks per trunk group per day. I have done this but I can figure out how to only use the maximum or biggest number.
I tried a group sort option but it doesn't like my count formula. I've been looking at doing a variable to use whileprintingrecords. Any suggestions?