Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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

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