AgileApps Support Wiki Pre Release

Difference between revisions of "Case Analytics"

From AgileApps Support Wiki
imported>Aeric
(Created page with "''Case Analytics'' is a special feature of the ServiceDesk application. It consists of the Case Analytics ''dashboard'', and the Case Analytics ''object''. This article expla...")
 
imported>Aeric
Line 2: Line 2:
__TOC__
__TOC__
===Case Analytics Dashboard===
===Case Analytics Dashboard===
:    --aggregate values for each agent, each day, each priority
:    --data can be filtered by agent, priority, and date range


===Case Analytics Object===
===Case Analytics Object===
 
:§  Aggregate values for each agent, each day, for all cases at a given priority.
::(correspond to the dashboard filters)
:§  Customers are identified as agent="Portal User".  (Right now, the value is "portal".)
::Use that value to filter out customer data from a report
:§  Satisfaction Rating = aggregate
:§  Filter by agent &/or date range &/or priority in a report
::--stores data for each agent, for a given date
::--times stored in minutes (the business calendar is not taken into account)
:::  --show code to convert to hours and days
::--only types=problem or incident are recorded
::--customer_satisfaction_case_record_count is the number of cases that have a customer_satisfaction rating. Use it to calculate average for the day.
::--Time to Resolve is total time for all cases resolved
:::  Divide by Resolved Cases to get an average
::--Agent Interactions (msgs from an agent) & Customer Interactions (msgs from a customer)
::--when the "agent" is "portal user", agent interactions is always zero,
:::  and customer_interactions is the total number of messages sent by customers
<noinclude>
<noinclude>


[[Category:Analytics]]
[[Category:Analytics]]
</noinclude>
</noinclude>

Revision as of 19:59, 30 January 2014

Case Analytics is a special feature of the ServiceDesk application. It consists of the Case Analytics dashboard, and the Case Analytics object. This article explains what you can do with them, and how they work.

Case Analytics Dashboard

--aggregate values for each agent, each day, each priority
--data can be filtered by agent, priority, and date range

Case Analytics Object

§ Aggregate values for each agent, each day, for all cases at a given priority.
(correspond to the dashboard filters)
§ Customers are identified as agent="Portal User". (Right now, the value is "portal".)
Use that value to filter out customer data from a report
§ Satisfaction Rating = aggregate
§ Filter by agent &/or date range &/or priority in a report
--stores data for each agent, for a given date
--times stored in minutes (the business calendar is not taken into account)
--show code to convert to hours and days
--only types=problem or incident are recorded
--customer_satisfaction_case_record_count is the number of cases that have a customer_satisfaction rating. Use it to calculate average for the day.
--Time to Resolve is total time for all cases resolved
Divide by Resolved Cases to get an average
--Agent Interactions (msgs from an agent) & Customer Interactions (msgs from a customer)
--when the "agent" is "portal user", agent interactions is always zero,
and customer_interactions is the total number of messages sent by customers