create a report on incident with p1 or the priority was previously p1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2023 02:46 AM
Hello everyone, I need to create a report on incident with p1 or the priority was p1 and has been downgrade to p2 ..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2023 02:47 AM
Hi there,
Do you have perhaps metrics or PA in place which keeps this history? So that can be used for the reporting?
In theory you could also get that from sys_audit, though reporting on sys_audit is a bad practice.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2023 03:01 AM
How can i create metrics to any Incidents upgraded to P1 or downgraded from P1 to something else
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2023 05:45 AM
Hi, i created a database base view with incident and sys_audit tables now how can filter in the report on the incident that was P1

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2023 03:24 AM
Hi @mregragui_ext ,
You can follow below approach for the same:
1. Add table Histroy(sys_history_line) in the system property glide.ui.permitted_tables.
2. Create a new report on the history table as shown in screenshot.
Aman Kumar