- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 08:55 AM
Is there any way to set the y axis of a line graph to be a percentage. We want to report on percentage of SLAs met over time. We can get a count, but not a percentage.
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 08:28 PM
Hi Doni,
You can
create an automated indicator on the incident_sla table counting all SLAs for the time period. Next, create an automated indicator on the incident_sla table counting the number of SLAs that were breached for the time period. Finally, create a formula SLA that's something like:
[[1 - ( Breached Help Desk SLAs / Total Help Desk SLAs ) * 100 ]]
That will give you your first requirement, the % of met response SLAs.
Let me know if this helps,
Aditya Telidevara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2017 08:28 PM
Hi Doni,
You can
create an automated indicator on the incident_sla table counting all SLAs for the time period. Next, create an automated indicator on the incident_sla table counting the number of SLAs that were breached for the time period. Finally, create a formula SLA that's something like:
[[1 - ( Breached Help Desk SLAs / Total Help Desk SLAs ) * 100 ]]
That will give you your first requirement, the % of met response SLAs.
Let me know if this helps,
Aditya Telidevara