" /> CC pulse and ServiceFactor1 - Genesys CTI User Forum

Author Topic: CC pulse and ServiceFactor1  (Read 8914 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

dink

  • Guest
CC pulse and ServiceFactor1
« on: November 08, 2007, 10:10:54 AM »
Advertisement
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%

However it is clear that this should be 33%

Any idea how to implement tihs ?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: CC pulse and ServiceFactor1
« Reply #1 on: November 08, 2007, 11:14:25 AM »
Hi,

You can use custom statistic in CCPulse to count the value using your formula:

[code]PCA30 = nrcallsoffered / nrcallsanswered0-30[/code]

René

Offline Kevin S

  • Full Member
  • ***
  • Posts: 145
  • Karma: 4
Re: CC pulse and ServiceFactor1
« Reply #2 on: November 08, 2007, 12:33:52 PM »
dink -
Check your math again. In your denominator, 1 + 2 - 1 = 2, not 3.
Therefore 100 * 1 / (1 + 2 - 1) = 100 * 1 / 2 = 50%

Also, the formula you propose is incorrect for ServiceFactor1. It should be:

SF1 = 100 * Answered0-30 / (Answered + Abandoned - Abandoned0-5)

In the denominator, you need to use ALL the answered calls in the calculation.


Rene -
I think your formula should be flipped
PCA30 = nrcallsanswered0-30 / nrcallsoffered

Otherwise, it will always equal or exceed 100%, since Offered >= Answered0-30.



dink

  • Guest
Re: CC pulse and ServiceFactor1
« Reply #3 on: November 08, 2007, 01:56:33 PM »
Kevin,

what is wrong with my math; I wrote it is 50%; it should be 33%;

Offline Kevin S

  • Full Member
  • ***
  • Posts: 145
  • Karma: 4
Re: CC pulse and ServiceFactor1
« Reply #4 on: November 08, 2007, 03:12:34 PM »
I'll rephrase the question...
Why do you think it should be 33%?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CC pulse and ServiceFactor1
« Reply #5 on: November 08, 2007, 03:25:15 PM »
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.

dink

  • Guest
Re: CC pulse and ServiceFactor1
« Reply #6 on: November 08, 2007, 03:54:33 PM »
I agree that I have to consider all calls (that was just a typo error)

But it has to be 33 because there are 3 calls offered and only 1 is answered within 30 seconds

I have a easy solution using a formula within the template of CC pulse. But for organisational reasons, they prefer a solution on stat server level

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: CC pulse and ServiceFactor1
« Reply #7 on: November 08, 2007, 06:04:01 PM »
Dink,

As I know there is no possibility to define custom formulas on StatServer level.

to Kevin: Thanks for correction. My hands were quicker than my brain ;-)

René

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CC pulse and ServiceFactor1
« Reply #8 on: November 08, 2007, 07:07:41 PM »
However it is clear that this should be 33% ACCORDING TO YOUR PERSONAL FORMULA NOT ACCORDING TO STATSERVER FORMULA should be your consideration

Remember:

SF1 = answered_threshold * 100 / (answered + abandon - short_abandon)

So for your data:


1*100/ 3 + 2 - 1

100/ 4

25% is your SF...

. nr calls offered 3 (answered is not equal as entered)
. nr call answered within 30 sec: 1
. nr calls abandoned: 2
. nr calls short abandoned: 1



dink

  • Guest
Re: CC pulse and ServiceFactor1
« Reply #9 on: November 09, 2007, 10:37:23 AM »
now your maths are wrong cava

it is 1/(2 + 1 -1) * 100 = 50 %

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

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CC pulse and ServiceFactor1
« Reply #10 on: November 09, 2007, 02:25:53 PM »
And that 2 came from....???

For custom "Formulas" read the main and relative masks section, not so hard and very clear.

Offline Kevin S

  • Full Member
  • ***
  • Posts: 145
  • Karma: 4
Re: CC pulse and ServiceFactor1
« Reply #11 on: November 09, 2007, 02:51:40 PM »
Rene -
Not a prob - Been there, done that...


dink

  • Guest
Re: CC pulse and ServiceFactor1
« Reply #12 on: November 12, 2007, 11:40:07 AM »
cava,

2 is the number of abandoned calls (1 nomral - 1 short abandoned)

dink

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CC pulse and ServiceFactor1
« Reply #13 on: November 12, 2007, 03:49:24 PM »
Ok,
But how do you think your stat should be?

Because you say:

[quote]
However it is clear that this should be 33%
[/quote]

But you don't say why you think that.

Marked as best answer by on April 23, 2025, 07:53:01 AM

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: CC pulse and ServiceFactor1
« Reply #14 on: November 12, 2007, 04:05:17 PM »
  • Undo Best Answer
  • Someone have aspirin ???