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: 
Not applicable

Variable event trigger syntax

Hi!

I am trying to create a variable event trigger that would select field values based on user input in two input box fields. The problem is that I don't understand how to create the appropriate search string for the action. The user will add min and max values so the search string should eventually be (for example) >=20<=100. Now my search string is like this: = &'>='& $(vPMWidthMin) &'<='& $(vPMWidthMax)  which doesn't work. What is the correct syntax?

Reg,

Heidi

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try this one: = '>=$(vPMWidthMin)<=$(vPMWidthMax)'


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try this one: = '>=$(vPMWidthMin)<=$(vPMWidthMax)'


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you it works!(: