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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Checkbox link to list box

Hi, I am totally new to Qlikview.

How to create a checkbox and link to a list box with search button?

Example:

If I had 4 column, once I select a column, let say "Region", the region name will appear in list box (which is limited list only).

But when I select "AE_Name", the AE_Name will appear in list box (more than 50 name), and I can use the search box to find the name.

Please see the picture attached.

Any idea I should begin with? Thanks.

Benjamin See

14 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You can do this with 7 listboxes, but its not necessary. Assuming that the field for the checkboxes is called ListboxSelection (as in the previous post), use the following in the Listbox:

  • Select <Expression> for the listbox
  • Type =[$(=ListboxSelection)]

Now when you change the selected value from ListboxSelectedValue, the second listbox will show the values from the field selected.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
shawn-qv
Creator
Creator

Yes, this is true. If the field names are identical in spelling to the values under the field ListName, then you can quite simply create just one ListBox, and use the expression as suggested above. E.g. =[$(=ListName)]

nagaiank
Specialist III
Specialist III

A sample application is attached.

ashwanin
Specialist
Specialist

You can also use Search object, if you want to include the data of all 4 columns.

right click--> Search Object.

Not applicable
Author

hello Benjamin See,

I hope this answer might be help you. Please Right click on the listbox In Presentation Tab,choose LED check boxes in Selection Style Override. see image below : checkbox-in-listbox.png