- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 09:21 AM
Hello Everyone,
I am trying to create a report on one of the table and am trying to group by 'list field'. This option is not available, since the list field(multi-select) might contain more than one option. However, when I click the additional group by, I see the list field to select and am able to select the Work Sub-Category in Additional group by
I cannot display the Pie chart with default Work Sub-Category. I have to go to report and change it every time from option below the Pie.
Can someone please help me make it default to Work-SubCategory? Thank you.
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 11:18 AM
Give this article a read on how to report on lists: https://community.servicenow.com/community?id=community_blog&sys_id=36ee942edb1304501cd8a345ca961974

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 09:25 AM
Group by works for fields which holds single value.
It won't work by list since it contains multiple comma seprated sys_id.
In your case, you should create interactive filters for your report and use this filter in dashboard.
This will filter out data based on interactive filters.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 10:36 AM
Hi Radha,
Try to select group by as "Active" and additional group by as "Work Subcategory".
hope this will help.
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 11:18 AM
Give this article a read on how to report on lists: https://community.servicenow.com/community?id=community_blog&sys_id=36ee942edb1304501cd8a345ca961974
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 09:48 AM
Thank you Adam. This is exactly what I am looking for. I appreciate your response.
RK
If my response is helpful, please select Helpful. If my response answers your question, please select Accept as Solution.