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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do you minimize a listbox?

How do you minimize a listbox?

2 Replies
ecolomer
Master II
Master II

If you need minimize a listbox is better change to a multiple selection table

Not applicable
Author

You can't. What you can do is to have a variable that will be toggled by a text box on top of the list box. In the list box the Condition to show or hide it must be also set.

In the Script:  SET LB01VISIBLE =-1

then, in the document

Text Box Action Set Variable in my case LB01VISIBLE  Value =$(LB01VISIBILE)*-1

In the List Box Show Condition:  $(LB01VISIBLE)=-1

See attached example: