how to set the default value in interactive filter of users dropdown

alvatindra
Giga Contributor

can we keep the default value as the current logged in user in the interactive filter API stats by Requestor.

12 REPLIES 12

Hi Sachin,



That is not working, I checked it already. I want the default value of the logged in user in the dropdown


Hi,



You will have to create script include which will return current logged in user in your interactive filter.


I have attached sample below



find_real_file.png




Regards,


Sachin


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

Mike322
Tera Contributor

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.

Deepak92
Tera Contributor

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