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

Container

OK not sure if this is possible. I have a Container wit about 15+ List boxes and during normal viewing the container is hidden. What I want it to do is when you click the button I want the container to un-hide and be showing the first list box regardless of what it was saved on. I can not use a macro as my client's do not want to have macros's 

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

I don't think that there is a method (action or macro) that can set which object to view on a single view container, which I assume is what you would like to do.

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

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

1) Set a variable: LET vHideShow=1;

2) add a button with as action expression (external variable):  If(vHideShow=1,0,1)

3) In Presentatio, inside the "Conditional Show" write vHideShow=1

linusblomberg
Creator II
Creator II

To my knowledge you have to save it with the first listbox marked. Can't show/hide a multibox?

jonathandienst
Partner - Champion III
Partner - Champion III

I don't think that there is a method (action or macro) that can set which object to view on a single view container, which I assume is what you would like to do.

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