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: 
oxiofrt
Partner - Creator
Partner - Creator

Showing / hiding sheets

Hi,

I would like to be able to use buttons to show / hide sheets.
Is it possible ? I have only found : ActiveDocument.Sheets("Feuille 2").activate

Thanks a lot for your help.

1 Solution

Accepted Solutions
Not applicable

Sheet Properties>Show sheet

View solution in original post

4 Replies
Anonymous
Not applicable

Same as showing/hiding objects - use a variable as a condition to hide/show, and toggle the value of the variable with a button.

Not applicable

Have the macro attached to the button toggle the value of a variable (if 0 set to 1 else set to 0) and then condition the 'show' of the sheet depending on the value of the variable.

Hope this helps.

Gordon

oxiofrt
Partner - Creator
Partner - Creator
Author

ok for the macro but how to "condition the 'show' of the sheet" ?

Not applicable

Sheet Properties>Show sheet