These are the Frequently Asked Questions related to Reports of Central. Please use the search function to find your query!
General
What is the meaning of this column in that advanced report?
A: Please check the meaning of each column in the following location:
Call Detailed Report
…
Can you reconcile Queue Summary Report?
Not Really. Queue summary shows data from queue standpoint. So only the final status of the call matter.
So if 1 call enters the queue, is assigned to 3 agents and only last one connected, 1 call will show in “Calls Offered” and 1 call in “Calls Connected”. While in other call detailed report or summary report, it may count individual counts of each agent attempts. See 3.1.1 for an example.
What is the difference between “Reports” UI and the Download CSV? Why is the count different?
The records shown on the Interface is only for the last attempt of the call, while in the CSV, you’ll get details of all attempts.
So, if there has been one call with 3 reattempts, on UI you will only see one row with status of the last attempt, while in the CSV, you’ll see 3 rows with details of each attempt.
Reconciling counts between different reports:
Quick look table → I’m not able to reconcile:
From - Report name | From - Report Column | To - Report Name | To - Report Column | Answer: |
---|---|---|---|---|
Queue Summary Report | Calls Abandoned | Agent UI Metrics | Calls Abandoned | #1 |
Queue Summary Report | Calls Abandoned | Call Detailed Report | - | #2 |
Queue Summary Report | Calls Missed | Call Detailed Report | - | #3 |
#1 → Not able to reconcile the count of calls abandoned in Queue Summary Report, with the total of Calls Abandoned in Agent Metrics of each agents in that queue (who are only assigned to that queue)
Queue summary shows data from queue standpoint. So only the final status of the call matter. So if 1 call enters the queue, is assigned to 3 agents and only last one connected, 1 call will show in “Calls Offered” and 1 call in “Calls Connected”.
But in individual agent metrics, the “Calls Missed” will come as 1, 1, 0. In total 2 calls. In QSR, you’ll have 0 calls abandoned.
#2 → How to reconcile Calls Abandoned in Queue Summary Report from Call Detailed Report?
Download the Call Detailed Report
Sort the whole sheet by Phonon UUID & Agent Start Time ascending :
For Microsoft Excel:
Select whole report
Click on Data > Sort
Add Two Levels:
Phonon UUID
Agent Start Time
Order: A to Z
For Google Sheet
Select whole report
Go to Sort Range > Advanced Sorting Option
Add two ranges:
Phonon UUID
Agent Start Time
Add a new column beside “Phonon UUID” (Column C), call it “Final Attempt”
Add the following formula on cell C2:
=IF(C1=C2, "-", "Final")
and apply it on all rowsThis will put “Final” status on the last attempt of each Phonon UUID
Now Put following filters:
Final Attempt (Column D): Only “Final”
Queue Name: Deselect “-”
Agent Connected: Only “-”
These are your abandoned calls.
You can do Group By on Queue Name for Queue-wise abandoned count
Sample Report: https://docs.google.com/spreadsheets/d/1oH7ZW8jSRHeAkjX6UIgqxeTPPyIt7K1pqt5hUuVm078/edit#gid=166938330
#3 → How to reconcile Calls Abandoned in Queue Summary Report from Call Detailed Report?
Calls Missed cannot be reconciled at the moment. The most nearby number you can get from:
In Call Detailed Report, put following filters:
Calls where Agents were allocated, but not connected, per unique UUID, are Queue Calls Missed.
Put a new column “Agent Conn. Count” with formula “
=IF(Agent Connected ="Yes", 1, 0))
” as This will give 1 where Agent Connected is Yes.Create a Pivot Table with:
Queue Name in Row
Summarise by COUNTUNIQUE of Phonon UUID in Values
Where Queue Name is not -
And Status is Agent Allocated
And Type is Agent
And Agent Connected Count is 0
And Hangup By System
Sample Report: https://docs.google.com/spreadsheets/d/1oH7ZW8jSRHeAkjX6UIgqxeTPPyIt7K1pqt5hUuVm078/edit#gid=467831531
Version | Date | Comment |
---|---|---|
Current Version (v. 7) | Jan 20, 2022 10:25 | Abhinandan Shah (Deactivated) |
v. 8 | Feb 28, 2022 13:21 | Abhinandan Shah (Deactivated) |
v. 7 | Jan 20, 2022 10:25 | Abhinandan Shah (Deactivated) |
v. 6 | Sept 22, 2021 13:27 | Abhinandan Shah (Deactivated) |
v. 5 | Aug 21, 2021 12:03 | Abhinandan Shah (Deactivated) |
v. 4 | Aug 21, 2021 11:27 | Abhinandan Shah (Deactivated) |
v. 3 | Aug 05, 2021 09:01 | Abhinandan Shah (Deactivated) |
v. 2 | Aug 03, 2021 19:35 | Abhinandan Shah (Deactivated) |
v. 1 | Aug 03, 2021 19:34 | Abhinandan Shah (Deactivated) |
Add Comment