Info |
---|
These are the Frequently Asked Questions related to Reports of Central. Please use the search function to find your query! |
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
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.
Why is the log-out / log-in count so high in Agent Summary Report?
Currently, if the agent logged in on Agent UI is disconnected for any reason, the agent is “Logged-out” automatically by the system, and as soon as connection is rebuilt, agent is “Logged-in”.
Reason: System logs out the agent in case there is a internet / PC issue for the agent. In this case, the on-going call do not drop, but the agent is logged out to ensure he doesn’t get any new calls (who’s information he will not be able to see on Agent UI without an active internet connection).
Unfortunately, it’s difficult to distinguish a disconnection from an actual internet issue, vs a “Refresh”, or “Closing the browser”. All of them trigger the same disconnection, and so system add a Log-out, and corresponding Log-in, every time the agent refreshes the Agent UI.
We’re aware this issue and working on solution to better handle these scenarios.
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 Abandoned” 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
Change History |
---|