how to set the default value in interactive filter of users dropdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2017 07:15 AM
can we keep the default value as the current logged in user in the interactive filter API stats by Requestor.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2017 09:45 AM
Hi Sachin,
That is not working, I checked it already. I want the default value of the logged in user in the dropdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2017 10:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2021 06:41 AM
Hi ,
Is anyone got the solutions for that , i have created interactive filter in user table .
I need to show logged user as default, for which i made an filter on user table sys id is javascript: gs.getUserID
but still did get any solutions .
can anyone help me if you get the resolutions
Thanks in Advance
Regards
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2021 05:49 AM
Hi Deepak,
In case you haven't tried it:
Instead of using:
javascript: gs.getUserID
Try:
javascript: gs.getUserID()
----
In case you found this helpful: Great! I don't care about thumbs ups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2021 01:14 AM
Hi Mike,
Thanks for the response , still i am getting that ALL options also , i want to restrict only Default logged in user in such way user not able to see other available options