03-14-2016 04:43 AM - edited 03-15-2019 06:16 AM
Hi all,
RONA = The count of calls that are redirected with no answer within the skill group service level threshold in the last interval. Derived from:
Skill_Group_Interval.RedirectNoAnsCalls.
Can a single call being tagged with more than 1 RONA causing the increase of Total Completed Tasks as well?
Thanks!
-JT-
03-15-2016 11:00 AM
Hi JT,
Just want to understand , What you meant by Total completed Tasks-- is it calls handled in the Skill group interval table ?
BTW RONA means call is not completed , it is redirecting to another target. So there should not be any increment in the completed tasks .
Regards,
Sasikumar.
03-16-2016 12:14 AM
Hi Sasikumar,
I was referring to the Peripheral Skill Group Historical All Fields.
COMPLETED TASKS - Total: The total number of tasks completed by this skill group in the interval. Derived from: (Skill_Group_Interval.CallsHandled + Skill_Group_Interval.RouterCallsAbandQ + Skill_Group_Interval.AbandonRingCalls +
Skill_Group_Interval.RedirectNoAnswer).
So if the call experienced RONA once and then only handled, wouldn't that mean Total=2, Handled=1, RONA=1?
Thanks!
-JT-
03-16-2016 01:51 AM
The RedirectNoAnswer will increase the time call experience the RONA regardless of the same call or different call.
the definition you are pointing out looks more relevant for calls offered and not for completed task.
(Skill_Group_Interval.CallsHandled + Skill_Group_Interval.RouterCallsAbandQ + Skill_Group_Interval.AbandonRingCalls +
Skill_Group_Interval.RedirectNoAnswer).
Chintan
03-16-2016 02:28 AM
Hi Chintan,
What do you mean by this? "The RedirectNoAnswer will increase the time all experience the RONA regardless of the same call or different call"
That definition is an extract from the reporting user guide for Peripheral Skill Group Historical All Fields - Total Completed Tasks field.
Thanks!
-JT-
03-16-2016 02:55 AM
if Call experience RONA 2 times then the RedirectNoAnsCall in Interval table will be set to 2.
//That definition is an extract from the reporting user guide for Peripheral Skill Group Historical All Fields - Total Completed Tasks field.//
this is weird because i checked the report definition for Peripheral Historical All fields in CUIC and the same calculation done to count CallsOffered (which makes more sense to me).
wait, look at the screenshot below, when i checked view for the report, the total is inturn pointed calloffered field.
so somehow cisco is trying to say total completed task and CallsOffered are same, and which makes no sense to me.
regards
Chintan
03-16-2016 03:19 AM
Yup CallsOffered is just a representation/label for this report rather than an actual field directly from DB. In the SQL statement for this report, the definition is as below (as per documentation)
CallsOffered = SUM(ISNULL(SGI.CallsHandled,0)) + SUM(ISNULL(SGI.RouterCallsAbandQ,0)) + SUM(ISNULL(SGI.AbandonRingCalls,0))+ SUM(ISNULL(SGI.RedirectNoAnsCalls,0)),
Would you say the completed tasks should not include RONA but the call offered should include RONA?
03-16-2016 03:37 AM
Yes to me ,counting multiple RONA as individual task in callsoffered completely makes sense since the call was actually offered to the agent that many times.
but counting multiple RONA as individual task in completed task is no sense ,since it's the same task and was just rerouted.
but again this is my perception and not necessary that everyone will agree.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide