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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

list box selection based on variable

Hi All,

I have a requirement like this:

i have a variable with passing a value in the input box, i have a list box with values.

my requirement is if i will give the value 5 in my input box then the values should select >=5 in my list box i.e.,5 to 100 or till the value.

can any one have the idea on it.

2 Replies
its_anandrjs
Champion III
Champion III

Hi,

In the list box expression write

=if(ID >= $(vEnter), ID)

Where in the variable vEnter by input value is 5

select.PNG

Regards

Anand

Not applicable
Author

Hi Anand,

thanks for the reply,

my requirement is if i select any value in input box , then the value should be select from that value to till last in list box.

ex: i given value is 5 in my input box then in my list box the values should select dynamically from 5 to till last value