- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2021 03:17 AM - edited 03-05-2021 03:23 AM
For a PCCE 12.0 system that contains calls routing based on PrecisionQueueID, those data shall be fetched from Router_Queue_Interval / Skill_Group_Interval for Interval data and Termination_Call_Detail / Route_Call_Detail for detailed data.
But I could able to see the data in RQI and SGI tables are varying and need to understand more on the concept of data in both the tables for PQ based records.
How do the calls which are not assigned to PQ but got transferred from ICM and disconnected will be captured in RQI/SGI tables? For fetching CallsOffered for PQID, referring Router_Queue_Interval is good or Skill_Group_Interval?
Sathiya Kumar V M
Senior Database Developer
Solved! Go to Solution.
- Labels:
-
Packaged CCE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2021 10:28 PM - edited 03-07-2021 10:34 PM
This is helpful but the document you linked has 11.5 version and I asked for 12.0. In 11.5 below logic is mentioned in the Reporting Guide,
Precision Queue Interval All Fields Report:
Total :
The total number of tasks completed by this precision queue in the interval.
Derived from: (Skill_Group_Interval.CallsHandled++ Skill_Group_Interval.RedirectNoAnsCalls+ Router_Queue_Interval.CallsAbandQ+ Skill_Group_Interval.RouterError+ Router_Queue_Interval.CallsAbandToAgent)
But in 12.0, the formulas has been changed for the same Report and Field,
Total:
The total number of tasks completed by this precision queue in the interval.
Derived from:(Router_Queue_Interval.CallsHandled++ Router_Queue_Interval.RedirectNoAnsCalls+ Router_Queue_Interval.CallsAbandQ+ Router_Queue_Interval.RouterError+ Router_Queue_Interval.CallsAbandToAgent)
Here is the link for the same,
Sathiya Kumar V M
Senior Database Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2021 08:06 AM
Not sure I follow. If you're asking about calls not sent to a PQ but sent to some other location like you mentioned, then you'd need to look in RCD, SGI/RQI isn't going to have that data since it never went to them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2021 09:44 PM - edited 03-06-2021 02:39 AM
Actually I asked two questions,
1. For PQ based data, which table should be referred to calculate Offered, Answered and Abandoned and other summary stats?
2. For second question, you have given answer like, If PQ is not received the answer and it will not be available in SGI/RQI and we need to refer RCD for such calls.
Sathiya Kumar V M
Senior Database Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2021 06:25 AM
Why not just look at the Precision Queue All Field report that Cisco provides, which calls upon both?
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_11_5_1/User/Guide/UCCE_BK_U7CCCCF7_00_ucce-reporting-user-guide/UCCE_BK_U7CCCCF7_00_ucce-reporting-user-guide_chapter_01001.html#CUIC_RF_PDD...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2021 10:28 PM - edited 03-07-2021 10:34 PM
This is helpful but the document you linked has 11.5 version and I asked for 12.0. In 11.5 below logic is mentioned in the Reporting Guide,
Precision Queue Interval All Fields Report:
Total :
The total number of tasks completed by this precision queue in the interval.
Derived from: (Skill_Group_Interval.CallsHandled++ Skill_Group_Interval.RedirectNoAnsCalls+ Router_Queue_Interval.CallsAbandQ+ Skill_Group_Interval.RouterError+ Router_Queue_Interval.CallsAbandToAgent)
But in 12.0, the formulas has been changed for the same Report and Field,
Total:
The total number of tasks completed by this precision queue in the interval.
Derived from:(Router_Queue_Interval.CallsHandled++ Router_Queue_Interval.RedirectNoAnsCalls+ Router_Queue_Interval.CallsAbandQ+ Router_Queue_Interval.RouterError+ Router_Queue_Interval.CallsAbandToAgent)
Here is the link for the same,
Sathiya Kumar V M
Senior Database Developer
