- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 07:19 AM
Hi everyone,
Is there an easy way to have reports automatically tailor their filter to whoever is viewing them? For instance: A report those shows open incidents, and anyone that views it is able to see the incidents assigned to them? I understand that it is easy to create multiple reports filtered to each person, but I am just looking for a way to make a more "universal" report.
Apologies if this is the wrong forum to post this question, I have had trouble locating any information on this topic.
Thank you,
Sebastian
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 07:26 AM
Hello @SebastianBarnes ,
If you want to create report on reference field such as assigned to user, which takes logged in user value dynamically, then you can create report with dynamic condition.
Ex: create report on incident table with condition as active IS true AND assigned to IS DYNAMIC me. and save the report.
Now whoever opens the report will see the active incidents assigned to them.
Thank you,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 07:26 AM
Hello @SebastianBarnes ,
If you want to create report on reference field such as assigned to user, which takes logged in user value dynamically, then you can create report with dynamic condition.
Ex: create report on incident table with condition as active IS true AND assigned to IS DYNAMIC me. and save the report.
Now whoever opens the report will see the active incidents assigned to them.
Thank you,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 07:48 AM
Thank you Ahmmed, a very simple solution! Just what I was hoping for