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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

Action based on selection in listbox

Is there any way to execute action based on selection of value in list box?

2 Replies
Frank_Hartmann
Master II
Master II

Go to:

Settings --> DocProperties -->Triggers

There you can specify an action that starts if you select e.g  Fieldname or set Variable to certain Value!

just create a variable e.g vTest= If(GetFieldSelections(Field)>0,1,0). If you now select something from "Field" the Variable is set to 1 and you can now control e.g conditional view of objects or set an action (Settings --> DocProperties -->Triggers) that starts if the variable is set to a certain value.

hope this helps

Not applicable

Thanks Frank that's excellent, shame questioner didn't bother to mark it as correct answer to credit you for your troubles helping them.