- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 11:12 AM
I am trying to create a Single Score report to show:
The Average Duration current Open Incidents have been Open
(Not sure if that's real English!!!)
How do I do this?
thanks
Tony
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2018 09:35 AM
I would recommend still going the metric route.
Here are docs: Create a metric
The important note in the docs is this:
Note: In the base system, metrics are configured to work on the task table only. To apply metrics to cmdb_ci tables, duplicate the metric events business rule that currently runs on the task table for the cmdb_ci table. Without the events created, no metric processing can occur.
Once you enable metrics on your custom table, this should be straightforward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 11:37 AM
Similiar discussion .. Metrics is the way ...if you don't want to create something custom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2018 03:01 PM
That would work perfectly. But unfortunately I didn't explain that I created all this on a separate table not relating to the OOB Incidents.
That means something customer - right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2018 09:35 AM
I would recommend still going the metric route.
Here are docs: Create a metric
The important note in the docs is this:
Note: In the base system, metrics are configured to work on the task table only. To apply metrics to cmdb_ci tables, duplicate the metric events business rule that currently runs on the task table for the cmdb_ci table. Without the events created, no metric processing can occur.
Once you enable metrics on your custom table, this should be straightforward.