Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Selection in listbox

I have a column A in my straight table displaying an column of expression with 30 rows of numbers 0.0 till 5.0. I want to create a listbox to display 3 selections -

Column A <=1,

column A >=1 and <=2,

column A >=2.

Any idea how to do this in a listbox? Thanks

2 Replies
shree909
Partner - Specialist II
Partner - Specialist II

hi , in the expression of the list box u can write the if condition  that may works.

IAMDV
Luminary Alumni
Luminary Alumni

Hi,

You have two options.

1. Change your field "A" within your script to show the DUAL format using DUAL() based on above conditions

2. Create a data island then use the Select in Field action

Although, I prefer the first method because it's clean and easy to maintain.

Cheers,

DV

www.QlikShare.com