Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Minimize and maximize two tables

Hello together,

i have a problem with the minimze/maximizing of two sheets object.

How can I combinate the two sheet objects (two tables), if press the minizebutton that two sheet objects minimize.

Thank you.

Nikolaus80

1 Solution

Accepted Solutions
anandathome
Creator
Creator

Try this:

1. Add a button.

2. On Actions tab, add two actions - one to minimize each object.

One button will minimize both.

View solution in original post

7 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

It is not possible, but you can try this by using buttons.  If one button is clicked then the charts are maximized and if another button is clicked then the charts are minimized.  To implement this we need to use variable.

Regards,

Jagan.

Not applicable
Author

create a variable (Set vShow =0)

create a button with action --> set variable , =if(vShow=0,1,0)

on your charts -- layout tab, show condition -- > = if(vShow=1,1,0)

anandathome
Creator
Creator

Try this:

1. Add a button.

2. On Actions tab, add two actions - one to minimize each object.

One button will minimize both.

Not applicable
Author

Thank you, but I get a new requirement of my qlikview sheet.

Now I have to minimize three tables. How can I solve this requirement?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     It will be same as what Mr. Anand told you.

     Meaning you need to add three action on a single button click.

     All 3 actions will minimize the 3 objects.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Try this...

min.png

Not applicable
Author

Hello,

this solutions works only with the Object ID CHxxx, but not with the LBxxx.

Do you have idea how can I minimize this LB objects, too.