How to add multiple option in report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 07:28 PM
Hello Community!
I have one requirement
The elements should have the ability to filter assignment groups by one, multiple, or all.
How to create report.
Please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 08:34 PM
sorry your requirement is not clear.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 08:44 PM
In requiremnt there are 4 groups are given and these groups should have the ability to filter assignment groups by one, multiple, or all
means when we select specific group then data will be visible only for that group and when we select one of group name then data will be visible for that groups and when we select all then all data will be visible for that all groups.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 09:19 PM
why not give that group report_admin role so that they can apply the filter conditions in your report?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 08:53 PM
Hi @Asha Pathak ,
If this is for report on dashboard then Create a interactive filter of type reference on sys_user_group table and UI control type as select multiple input and add that interactive filter along with report to the dashboard.
Make sure your reports follows interactive filter.
Even you can add filter condition in interactive filter to show only few assignment groups.
Please mark as correct/helpful, if this helps your query.
Best Regards,
Pooja