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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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
Master II
Master II

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