CCPulse Thresholds

Hi,

I´m new working with genesys and i would like to know if it´s possible to define a action in one column based on a threshold in other column. For example if i want column 1 to change color if the value os column 2 meet some predefined criteria.

Tks

What’s the scenario here? What data types, etc?
The only thing that comes to my mind to connect one column to another is to build a formula for the child column and put the threshold on that formula column.

I have a collumn with the agent current state, and i would like to have other column whitch color change based on the agent current state.

Tks

1 Like

Why not make the agent state column change colour?

Becouse i would like to use this with the current status reasons. The ideia was to create a column for each reason and to make that column to chage color when the agent enters in that state.

Do you mean reason codes for not ready? or reason codes for multiple states?

I have an idea for you which will save you from having loads of columns in your template.

Attach numeric kvp for reasons (such as attach value 1 for Aux1, 2 for Aux2 reason etc.), then build a simple threshold for value=1, and then apply action for color change for each value.

1 Like

The ideia is to know why the agent is not ready (lunch, break, trainning, etc)

2 Likes

for example if you have 3 types of not ready:

NotReady Break
NotReady Lunch
NotReady Management

You will create this 3 statistics as NotReady (CurrentNumber) and apply a Filter where the filters would be:

FilterLunch = PairExists(“ReasonCode”,“1”)
FilterBreak= PairExists(“ReasonCode”,“2”)
FilterManagement = PairExists(“ReasonCode”,“3”)

Where 1, 2 and 3 are the Types of Actions Codes created on CME and Attached to the NotReady action on your softphone.

Check this topic for more info:

http://www.sggu.com/smf/index.php/topic,2332.0.html

1 Like

moii.txt;1;2

moii.txt;1;2

Hi All,

I am also trying to assign a thresholds to certain data types within pulse -

I was made aware of actions that can be ‘actioned’ so to speak once a threshold is triggreed!!

i.e, if an SLA drops below 70% an e-mail or sms can be generated to a specific list of escalation stakeholders.

Failing that, can I get that cell to change colour!“!”!

Thanks for your continued support.

Newbie T