Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
How can I hide the qlikview sheets? Because I go on them only clicking a button and so I don't want to see them on the top of the project.
Thank you all
Hi,
you can try this.
Go to Doc properties -->> General Tab-->> Hide tabrow
On the General tab of the sheets Properties window enable the option Show Conditional and enter 0 in the input field.
Or do you mean the tab row? You can disable that by enabling the option Hide Tabrow on the General tab of the Document Properties window.
Goto sheet properties->General Tab-> Select Conditional-> Write '=0'
hi,
PFA,
You can create button for as sheetName in each sheet or textbox like you want ,
add action> activate sheet> pass sheet ID of other sheet & then select hide tabrow option from general of document properties.
But when I click on the button i don't see the hided tab
Hi,
you can try this.
Go to Doc properties -->> General Tab-->> Hide tabrow
Hi,
Take a variable and assign 0 to it. Use the variable in sheet properties under layout's show condition if the variable value is1; It indicates sheet is hidden when the variable values is other than 1. Use Action in Text/button object to set variable value to 1 for showing the sheet.
Hi,
Your question have been answered.
You want to hide a sheet and only see the sheet when you click on a button. So what you need to do is
Go to Doc properties -->> General Tab-->> Hide tabrow then click on the button.
Thank you krishnama, your answer is the most complete and correct!
Thank you Gysbert