Dear all,
how are you?
I am in serious need of some good professional adivce (and we are not talking about psychology here).
Here is my problem:
my agents are multi-skilled and belong to several VAGs. I need to create a Reason-based CCA report where I need to take into account agent's skill level before deciding how to count his ACW or Not Ready reason code.
So, for example, I have an agent with skill= English(9) and skill=French(1), and then I have VAG_French and VAG_English
So, when I look at VAG_English, I have to include all agents whose skillcode for English is higher than all of their other skillcodes.
What is worse, for ACW, I have to take into account agent's latest call and then only count ACW Reason for that skill alone. So, if call came on English, I would not add up Reason Code for this call to VAG_French, but English only.
I know it sounds very confusing, but if you think about it, it makes perfect sense:
- you want to track all their reasons, but you want to do it based on the call the have handledl: if they received a French call, then ACW_Reason should be counted for VAG_French and not VAG_English, right?
- since many agents have study, break, etc regardless of what call they handle, you want to track it too, but you want to do it in a manner where their higher skill will be considered their "prime" skill, thus reason_code-related stats should be included in that group alone.
How can this be done?