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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
zagzebski
Creator
Creator

Search String in Select in Field Trigger (set Analysis)

I have the field "Producers" in my Select in Field trigger.

I need to know how to write a search string where the "Producers" selected would be based on a

FilterUser = OSUser()   (obviously the OSUser() is system generated).

Note: The FilterUser field is tied to specific Producers I want to filter on these Producers based on the FilterUser being the same as the OSUser().

Thanks in advance.

Labels (1)
1 Reply
swuehl
Champion III
Champion III

Looks like you want a  Select in Field action on field FilterUser instead of field Producers, with a search string expression

=OSUser()

You can add a second action for field Producers to select possible values, if you want.