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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Assign Values in Variable to Field

Is there a way to use the values in a variable to always set the values selected in a field?

For example:

If vName = "Florida"|"New York"

Then need the State field values to be selected on Florida and New York.

When the variable changes, so would the State field selections.

Thank you much!

1 Reply
Anonymous
Not applicable
Author

Richard,

This action will do the job:

Action - Select

Field - State

Search String - ='('&vName&')'

If you assign this action to the Variable trigger OnInput, it will work as requested.

Regards,

Michael