Dynamic reports based on logged in user branch

harishbabua8
Giga Contributor

I have a report on Incident table, it should be dynamically change based on logged in user branch.

2 REPLIES 2

Dipen Wadhwana
Giga Guru

Hi @harishbabua8 ,

 

In report filter condition, you can use is(dynamic) operator for dynamic filtering. 

DipenWadhwana_0-1699102914334.png

 

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

 

 

DrewW
Mega Sage
Mega Sage

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.