Team,
I need to measure the current average wait time in Queue in CCPulse. But the default statistics is not available. So i created using formula == Result.duration = Current Max wait time / Current number waiting calls . Its able to obtain the results. But the current average time category is available but not able to calculate.
Statistics definition:
Current average wait time == Current max time / Current wait calls (working Correctly)
or
Current average wait time : (Not working)
MainMask = CallWait
Category = CurrentAverageTime
Subject = DNAction
Objects=Queues,GroupQueues
Kindly looking for the current statistics.