How to extract all category subcategory item report?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 06:45 AM
How to extract Category Subcategory Item from incident table?
All together report based on dependent value in one excel sheet.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 07:35 AM
Hello Sameeksha,
You can extract the list of categories and subcategories from All> System Definition > Choice Lists
On the displayed list, add filter on the fields Table ( Table is incident) and Elements (Element contains category).
Right click on any column, and then you can Export in the format of your choice
Hope it helps you.
Please Mark ✅ Correct/helpful if applicable, Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 10:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 01:33 AM
Thank you for your feedback,
If I understand correctly, you want Item, Subcategory and Category as columns of your list.
You can do it easily in ServiceNow with Database view ( equivalent of join if you know SQL) on the same table and choose Dependant value as the key for the join.
You can found resource regarding Database view here
Hope it helps you.
Please Mark ✅ Correct/helpful if applicable, Thanks!!