hi everyone… i need a little bit of help here
i’m trying to make a threshold that can detect when there is a call waiting in the queue but no agents are available. Here is the code that i used before but it just doesn’t seem to work. Oh, and this threshold was set to the total no of agents available
if (Threshold.StatValue = 0) and (CurrNumberWaitingCalls>0) then
Threshold.Result = true
end if
Thanks before,
gading