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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hide the sheet

Dear all

i try to hide the sheet so i use sheet properties --> general --> show sheet--> condition = 0 for hiding the sheet, but sheet in not getting hidden.

anything i need to change in the document setting ?

please guide me...

thanks in advance

sirajahamed S

14 Replies
maleksafa
Specialist
Specialist

i guess more of a math fact.

jpenuliar
Partner - Specialist III
Partner - Specialist III

Yeah, i agree on that.

But is there any way to programmatically show the object?

Maybe i should post it as a new discussion...

JP

Peter_Cammaert
Partner - Champion III
Partner - Champion III

You mean, like adding condition

vDebug = 1

to all worksheets, and adding a button that toggles the value of vDebug with expression

=if(vDebug=1, 0, 1)

Without a button, you can change the value of vDebug in Settings->Variable Overview.

More complex handling is possible, but that all depends on what you are trying to accomplish.

maleksafa
Specialist
Specialist

you can also go with user condition, using the OSUser() so that only you will be able to see this sheet.

Anonymous
Not applicable
Author

Settings->Document Properties->Security->Show All Sheets and Objects has been cleared.


when i unchecked the option the sheet hidden ed



thanks for your support..