Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
How to hide a sheet in qlikview ?
Thanks
Hi,
Sheet Propeties --> Show Sheet --> Condition on which u need to hide sheet
Regards,
Mukesh
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.
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.
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
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
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
Hi,
In that case then do what Graeme Baxter suggested.
Use the button option