Group report results by Tag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 05:20 AM
Is it possible to group report results by Tag? I don't have discreet data fields for project categorization. I have categorized all projects in the Tag field, and I would like to group report results by Tag. I want this to be live for a working session....don't want to have to export to Excel.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 05:29 AM
Hi
Tags is not a field on the record. It is stored in a separate table. Therefore it is not available on a report of a specific table.
In the tables they are called Labels
Label entries can be found here:
<your instance>.service-now.com/label_entry_list.do?sysparm_query=&sysparm_view=
So if you want to use them in reporting you need to include that data in the record or create a database view and combine the labels/tags that way.
Also, here is a demo , which you can refer:
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep