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

Hide objects

Hi,

I have 10 sheets in my application, i want to conditionally hide and show 4 sheets in this application.I want to create a buttons in these 4 sheets i will click on one button it will display that sheet and remaining 3 sheets should be hide.

it is possible in qlikview, Can anyone know the solution for this...

thanks in advance,

1 Solution

Accepted Solutions
t_moutault
Contributor III
Contributor III

you have to go to : settings->document properties-> sheets

sheet2.png

that's why the button needs to be in another sheet ! (clik to hide or show the sheet)

View solution in original post

14 Replies
sunny_talwar

Yes hiding and showing sheets based on button clicks is possible with QlikView. You can set hide/show condition on the general tab of sheet properties

Capture.PNG

saimahasan
Partner - Creator III
Partner - Creator III

Yes you can do it.. Go to conditional option in Layout tab and use the variables as 1 to show and 0 to hide.

On the click of the buttons set the variable value as 1 under Actions tab and set Activate Sheet value as the SheetID of the sheet you want to activate.

t_moutault
Contributor III
Contributor III

Hi,

try this :

first step : create variable vHideSheet1

variable.png

second step : on the sheet properties, select show sheet conditionnal : vHideSheet1=1

sheet.png

third step : create button (on another sheet !) like this

button1.png

hope this help.

migueldelval
Specialist
Specialist

Hi Sonytgot,

First you need to create a variable (eg: vShow=0)

Second, make a button and in action add--external--set variable--variable: vShow -- Value: 1

Third: In each sheet put this expression: =IF(vShow=1, 1, 0)


If yopu want to make other conditional only you need to change de expression   (eg:=IF(vShow=, 1, 0))


Regards


Miguel del Valle

sonysree88
Creator II
Creator II
Author

Hi Thomas,

Its really great help to me..Thank you ..

Its working fine but its hidden,Again if want to show that object how can we get back that sheet..Please let me know ..

sonysree88
Creator II
Creator II
Author

If i want to rollback that hidden sheet how can we do,

Can you any one please help me out with procedure.

t_moutault
Contributor III
Contributor III

you have to go to : settings->document properties-> sheets

sheet2.png

that's why the button needs to be in another sheet ! (clik to hide or show the sheet)

t_moutault
Contributor III
Contributor III

clik to hide or show the sheet

sonysree88
Creator II
Creator II
Author

Its cleared now..Thanks for your time