Dynamic reports based on logged in user branch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2023 11:16 PM
I have a report on Incident table, it should be dynamically change based on logged in user branch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 06:04 AM
Hi @harishbabua8 ,
In report filter condition, you can use is(dynamic) operator for dynamic filtering.
If you need more customization options, you might want to check out the following link to learn how to create dynamic filters according to your needs.
Creating dynamic JavaScript filters in reports
Dynamic filters are a powerful feature of ServiceNow that allow you to use existing scripts or JavaScript to filter data based on reference fields 12. You can use dynamic filters in lists, reports, and reference qualifiers to get the relevant information you want.
Please mark my answer as helpful if it worked.
Thanks,
Dipen

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 06:31 AM
Change how? A completely different filter or just filter the assigned to based on who is logged in?
If its the later in the filter for the condition pick is (dynamic) and then select Me in the last dropdown.
If its the former you will have to use a dashboard and some interactive filters.