- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2020 03:00 AM
How to filter only active users in report sharing option? As of now the list of all users is available. The desired state is that only active/not locket-out users are available.
I do found same question on the community, however it is not understandable for me where exactly to configure the dictionary (i see there is some assigned_to field being configured, but what table is that)
Solved! Go to Solution.
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2020 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2020 03:05 AM
Hi,
there should be out of the box query business rule on sys_user table which should show only active users
can you check the BR is active or not OR some condition got updated in it?
BR Name:
user query
Mark ā
Correct if this solves your issue and also mark š Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2020 03:05 AM
Table: sys_report_users_groups
Column name. group_id
column name :user_id
add simple filter condition by configure dictionary .
Reference:
kindly have a look on below thread, it has mentioned the solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2020 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-28-2020 03:48 AM
Thanks for help!