My customer wants to have PCA30, i.e percentage of call answered within 30 seconds. I used the ServiceFactor1 statiscal type with TimeRange 0-30 and TimeRange1 0-5;
Situation
. nr calls offered 3
. nr call answered within 30 sec: 1
. nr calls abandoned: 2
. nr calls short abandoned: 1
the servicefactor1 calculates as follows 100 * nrcallsanswered0-30/ (nrcallsanswered0-30 + nrcallsabandonded - nrcallsabadoned0-5) = 100 * (1 /1+2-1)= 50%
Bink, you are only considering the calls answered on the first 30 seconds, as Kevin says, you must consider ALL answered, no matter on what time they were answered. I believe that is your confusion.
You can check reporting guide to have more clear concept, or maybe your client is using a completly different formula for what he considers his SF should be.
i’ ve never metioned that it is wrong; i have only said that my customer does not accept it; so i will go for a custom formula
does anyone know where I can find info that explains how I can put a formula on the level of the stat server; the stat server reference manual is very cryptic on this issue