Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Selection in field

Hi All,

I have 2 list box in my dashboard ID and Name. I added one sheet level trigger on Activate Sheet event. please see below image:

Sr1.png

I am matching OS user name with ID and selecting that ID in ID list box. but as per my requirement I need to match OS user name with Name and I need to select that name in Name list box.

Please find sample qvw in attachment.

Please help.

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

comm165199.png


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add another action to select the possible values in the Name listbox. Optionally add yet another action to clear the selection in the ID field.


talk is cheap, supply exceeds demand
soha1902
Creator
Creator
Author

I tried to implement but not getting the desired output. Can you please explain in detail.

Thanks

rubenmarin

Hi Soha, I can't see your OsUser(), I see mine, but try with this:

=Subfield(OSUser(), '\', -1)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

comm165199.png


talk is cheap, supply exceeds demand