Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hiding a sheet

Hi all

How to hide a sheet in qlikview ?

Thanks

8 Replies
mukesh24
Partner - Creator III
Partner - Creator III

Hi,

Sheet Propeties --> Show Sheet --> Condition on which u need to hide sheet

Regards,

Mukesh

Peter_Cammaert
Partner - Champion III
Partner - Champion III

In Sheet Properties->General->Show Sheet, select Conditional and put 0 in the expression field. The sheet will disappear.

To get it back, goto Settings->Document Properties->Sheets->Select sheet->Properties and remove the 0 or switch back to Show Always.

neha_sri
Creator III
Creator III

Hi rgv,

To hide a sheet in qv you can go to General tab>coditional. You can write your condition when you want to open that sheet.

Not applicable
Author

the neatest way is to create a variable like vShow.. assign a value of zero to it initially.

Create a button that has an action of Set Variable, and essentially create an on/off action with :

=if(vShow=1,0,1)

Now go to the tab to be hidden, select Sheet Properties, and in the Conditional area, put =vShow

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Can i ask that you to be more clearer with your question. This will help experts to give you acurate answer.

You intend to hide a sheet from WHO, WHAT and WHEN do you intend to unhide the sheet. Do you intend to hide the sheet permantly. e.t.c

This are sort of things missing form your question

Anonymous
Not applicable
Author

No !!! not permanently ,As of now we are not using the sheet so i would like to hide the sheet .So that later on i can restore  my sheet

Thanks

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

In that case then do what Graeme Baxter suggested.

Not applicable
Author

Use the button option