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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to hide the sheets after linking them with buttons??

Hi all,

I have an issue with linking the buttons to particular sheets in my file.I have linked them but I want to hind the unwanted sheets when their corresponding buttons are not clicked.

if you see my file:

when I click buttons A/B it should show sheets A and B but not C and when I click on C it should show me only C .the main tab should always be present.I am stuck up in doing this,can anyone help me out??

regards,

Sahana

1 Solution

Accepted Solutions
Not applicable
Author

Create buttons and  a variable vShow

Then on Button A set an action as

External-->Set Variable

Variable : vShow

Value : 1

goto sheet1/sheet2

set conditional diaply

vShow=1

View solution in original post

7 Replies
tresesco
MVP
MVP

Use trigger to set variable and use that variable in the conditional display expression like in attached qvw.

Not applicable
Author

Hi tresesco,

thanks for the response.

IF I want to display both the sheets A and B for botton A then how could I do this??

SunilChauhan
Champion II
Champion II

set variable to same value ,

i mean in general of both sheet  set variable =1 on btutton click

Sunil Chauhan
Not applicable
Author

Create buttons and  a variable vShow

Then on Button A set an action as

External-->Set Variable

Variable : vShow

Value : 1

goto sheet1/sheet2

set conditional diaply

vShow=1

Not applicable
Author

Thanks a lot all for your valuable help.

Not applicable
Author

You are Welcome..

SunilChauhan
Champion II
Champion II

just the way of describing matters here

Sunil Chauhan