How do I find incidents where resolved is before Updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 12:54 PM
Hello, I am very new to ServiceNow. I have been asked to identify incidents that have been updated after they have been resolved. Our end user portal does not allow someone to reopen a resolved incident, but it does allow commenting on a resolved item. They have the ability to comment that the incident was not resolved to their satisfaction. I am trying to make a report filter where Resolved (date) is less than Updated (date), but I cannot get it to work. I have tried using Resolved Is Less Than <none> Updated. Any ideas how to identify these incidents is appreciated. We know an email will be generated, but we think emails could get lost in the shuffle. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 01:01 PM
this should work
instanceName.service-now.com/incident_list.do?sysparm_query=sys_updated_onMORETHANresolved_at%40hour%40after%400%5Estate%3D6&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2022 05:37 AM
Mike,
Thank you. I have no idea how to directly add a filter outside of the GUI interface with dropdown field names and conditions. As soon as I get a chance, I am going to try to see how that is done.
Steve.