
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2022 09:04 AM
I've created a Dashboard that includes several report widgets specific to me. I've been asked to share it with my team, but for that to be useful the report widget filters will need to be updated to return data specific to the user running the dashboard. Other posts suggest using "javascript:gs.getUserID()" with the Assigned To field, but that apparently isn't allowed in the filter as it does not allow free text, but only specific names from a dropdown list.
How do I create a report widget that returns dynamic data based on the logged-in user?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 02:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2022 09:24 AM
Hi randy, Please try with either 'is one of' or 'contains' it will work, i have even used same for one of my report.
Hope this will help you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 02:36 PM
Unfortunately, adding "javascript:gs.getUserID()" using the contains operator returns no results. My guess is that it's trying to find it as a username, and not resolve the code.
Any other ideas would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 02:54 PM