Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
srujanaponnuru
Creator
Creator

creating a button for listboxes

Hi,

I created two list boxes on the dashboard. now I need to create a button. these two list boxes should be hidden , upon clicking the button these two list boxes need to be appear.

Could you please help me.

Regards
Srujana

3 Replies
saimahasan
Partner - Creator III
Partner - Creator III

You can use a variable and set the conditional show of the listboxes based on that variable.

Please refer attached qvw.

It will work.

Anonymous
Not applicable

Hi

Create variable(Action)  for button and use that variable in list box > Layout > Show Conditional > Your Variable = '      '

Hope it helps!!

Anonymous
Not applicable

define a variable e.g. vShowListbox

create a button with Action external set variable and Definition if (vShowListbox=0,1,0)

goto your listboxes and to layout, define Show conditional vShowListbox=1

pressing the button will toggle to Show the listbox and disappear

if you only want that with pressing button the listboxes should be shown,

  define Action external set variable and Definition 1