I am calculating the ServiceFactor using this formula,
(nAnswTh1 * 100) /
(nAnsw + nAband - nAbandTh2)
I have set,
Answered in threshold=(0-10)
Abandoned in threshold=(0-5)
No of answered calls within 10 seconds=1
No of abandoned calls within 5 to 10 seconds = 1
But the service factor shows 100
it should be, 1
-----*100=50
1+1
If i abandon the call within 5 to 10 seconds, it is not taken into consideration, but if i abandon the call after 10 seconds it is taken into consideration. please help me regarding this issue.
I have used each stat and checked , it is working. I have used custom formula, it’s also working. But service factor stat is not getting the correct answer.
ServiceFactor works correctly and es expected. I have tested it yet in my lab and it returns values equals to real values. check your formula and treshhold to be sure and may be the RN for StatServer or any related component.