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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding/Show sheets

application  have two sets of sheets in my application and a main menu sheet, with two buttons in main menu.

by default only this main menu sheet should be visible and all others sheets should be hidden.

when I click on one button its associated sheets should highlight and I should have button to got to main menu in all sheets .

when I click on this go to main menu all sheets should be hidden and main menu sheet should be visible.

kindly help me out. \

Please find the attached qvw.

Thanks in advance.

$@M

Labels (1)
11 Replies
ecolomer
Master II
Master II

here you have

ankit777
Specialist
Specialist

Hi,

Just create one variable. Change the values according to the need.

Like for main sheet $(vSheet)=0

for first set $(vSheet)=1

for second set $(vSheet)=2

just change the values on button click action and give condition for all sheets.