Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide and Un hide Sheets with selection.

Hi All,

I have straight table i want to open a new sheet when i click on the item.

When i click on specific item i need to open new tab according selection.

Thanks & Regards

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Try to check attached file

View solution in original post

4 Replies
Not applicable
Author

Hi,

Try to check attached file

Roop
Specialist
Specialist

Under Sheet Properties:

Check the conditional radio button and add the code:

vHiddenMain = 'N'

Create a variable called vHiddenMain

Create a button with "Unhide":

Set variable vHiddenMain to 'N'

Create a button with "Hide":

Set variable vHiddenMain to 'Y'

See attached

mukesh24
Partner - Creator III
Partner - Creator III

Hi Vamsi,

 

create field event trigger as -->

In Setting Tab --> Document Properties --> Trigger --> Field Event Triggers(Select Item Field) --> On Select Add Action as Activate sheet --> Give Sheet ID

Anonymous
Not applicable
Author

Hi Vamsi,

Need more details -

1. Do you want to select the 'Car' and open a new tab and at the same time want to hide 'main' tab  according to yur selection ?

ex. if you select 'Audi' then sheet should be visible with Audi details if you select 'BMW' then other Sheet should  be open ? 

BKC