How to identify duplicate incident numbers using report
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2025 02:21 AM
How to identify duplicate incident numbers using report
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2025 04:34 AM
Hi @Prithvi Ramesh1 ,
Please check the below to achieve your requirement:
Create Report on Duplicate Records in ServiceNow
----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.
Mark this as Helpful / Accept the Solution if this helps.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2025 04:51 AM
If you don't want to code anything, you can group in your list view by incident number and then sort the groupings in descending order. In case there are duplicates, you would get them at the top of your list with aggregates greater than "1".
Hope that helps
Maik