
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2018 02:24 PM
Hi Team,
I want to build a report for Incidents, i need to show the transitions of Incident_Status
For all the incidents that were created in 2018
This is the information I want to get in the Report (In a single query for all incidents)
And I need to know how long it was in each incident_status
Solved! Go to Solution.
- Labels:
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 10:42 AM
Try this;
https://<your_instance>.service-now.com/sys_history_line_list.do?sysparm_query=fieldSTARTSWITHincident_state%5Esys_created_onONToday@javascript:gs.beginningOfToday()@javascript:gs.endOfToday()&sysparm_first_row=1
That is a filtered view but you can modify it.
If you right click one of the columns you can create a bar chart or pie chart and then modify the type of report and build your own.
Thanks,
Prabz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2018 02:53 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2018 03:02 PM
So how can I get the query I want?
any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2018 10:42 AM
Try this;
https://<your_instance>.service-now.com/sys_history_line_list.do?sysparm_query=fieldSTARTSWITHincident_state%5Esys_created_onONToday@javascript:gs.beginningOfToday()@javascript:gs.endOfToday()&sysparm_first_row=1
That is a filtered view but you can modify it.
If you right click one of the columns you can create a bar chart or pie chart and then modify the type of report and build your own.
Thanks,
Prabz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 04:03 AM