Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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:
Now when you change the selected value from ListboxSelectedValue, the second listbox will show the values from the field selected.
HTH
Jonathan
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)]
A sample application is attached.
You can also use Search object, if you want to include the data of all 4 columns.
right click--> Search Object.
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 : 