- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2023 08:29 PM
I want to build an indicator that shows the average time (days or hours) that demands are in each state. The purpose is to identify bottlenecks in the demand's flow. Performance Analytics only have indicators with the entire time (from start to end) but it doesn't show by state.
Solved! Go to Solution.
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2023 12:28 PM
Hi Leonel,
While process optimization is the more sophisticated tool, you could also create a metric defintion that tracks how much time the demand record is in each state. It would be identical to the OOTB Incident State metric definition, just changing the table and the field values
Note that metrics are only captured after the metric definition is defined and activated, so it would not get data from demands created before the metric was activated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2023 12:28 PM
Hi Leonel,
While process optimization is the more sophisticated tool, you could also create a metric defintion that tracks how much time the demand record is in each state. It would be identical to the OOTB Incident State metric definition, just changing the table and the field values
Note that metrics are only captured after the metric definition is defined and activated, so it would not get data from demands created before the metric was activated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2023 12:38 PM
Ok, That's very helpful! Do you know how to make a report or PA based on this metrics?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2023 06:01 AM - edited ‎04-25-2023 06:09 AM
A bit old and the UI has changed but take a look at https://www.servicenow.com/community/platform-analytics-forum/creating-a-report-using-metrics-table/...
Essentially you create a database view of the Metrics Instance table and the table that contains the demands. Then you create reports on the database view as normal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2023 07:54 AM
Leonel,
Actually, we just held an Analytics Academy session on this last week. You can watch the video replay here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2023 05:26 AM
To see how long different records remain in different states and to see their routes between states, you might want to look into Process Optimization.