How to make Platform Analytics Filter Default value = logged in User?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 01:33 PM
Goal: User opens Platform Analytics dashboard and all data visualizations filter with the Assigned to as the logged in user. Then the user can select another user from the filter and all the data visualizations filter with the Assigned to as the User selected in the Filter.
Problem: I can’t use is(dynamic) ME for any fixed filter conditions on the data visualizations because we need to pull in all the data records then filter dynamically to either the default logged in user and also allow the user to select another user to filter the entire dashboard.
Possible solution?
Can I use some kind of javascript gs.getUserID() command in the Filter Default value to default the filter to the current logged in User?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 10:30 PM
Hi @Matt H NW ,
You need to chose. Either the dashboard should show tickets for the logged in user or it should be filtered by user selection - You can't have both. So please look into the business requirement and understand what the basic requirement is.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hello Anders,
how is it possible to filter the data of the whole dashboard by default and dynamically by usrer informatin, e.g. groups of user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2025 04:09 PM
@Matt H NW Did you find answer to this?