Set Variable

The action will set a variable value based on the manually entered text/expression or selected dimension/measure.

Variable will be created during the action execution if it was not created before.

A Qlik expression can be used in the “Variable” parameter by prefixing a variable with an equals sign, e.g.:

=if(someCondition, 'var1', 'var2')

Last updated