Hi,
I am new to UCCE and I am working on creating a dashboard for Agent Productivity which should have the following details:
- Total Incoming Calls
- Total outgoing calls
- Total Abandoned calls
- Average Talktime
- Number of Calls Answered by Engagement Center
- Number of Calls Answered by IVR
- Average Speed of Answer
So far, I have understood that I need to use two tables from HDS:
1. Route_Call_Detail
2. Termination_Call_Detail
But I do not understand
- when to use Route_Call_Detail and when to use Termination_Call_Detail
- How to determine whether it's an incoming call or an outgoing call?
- If I were to get real-time data, how should I get it? Can I create the dashboard using AWDB?
- If it's not possible getting the real-time data, then how delayed data will I get if I use above mentioned twp tables?
If someone can help me with some SQL queries then it will be really helpful.