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: 
paulyeo11
Master
Master

Need help on How to handle many Tab

Hi All

After read below link , which show us how to handle many Tab ?

http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/21/handling-many-tabs-in-qlikview

I like the option 2.

I create a example , which is only TARGET tab , which is working fine.

But i am not able to make another Tab EXP , with 3 sub Tab , because it will not work.

Hope some one can share with me where i go wrong ?

1 Solution

Accepted Solutions
tresesco
MVP
MVP

If you want to see both sheets at one time their 'show sheet' conditional expression should have same expression.

View solution in original post

6 Replies
jolivares
Specialist
Specialist

Add a button with...

=If(vSheetVisible =1209, 0,30)

paulyeo11
Master
Master
Author

Hi Jo

Many thank for your reply.

sorry i never explan my requirement clearly.

what i want is i need at any time i can see 2 Sheet appear that is EXP and TAR , Now only one appear either EXP or TAR.

Reasons is what that i don't require to make a button go to EXP at TAR sheet.

Hope you can advise me.

See my new QV sample.


paulyeo11
Master
Master
Author

CAN SOME ONE HELP ME PLS.

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi Paulyeo,

i am not clearly understand your requirements.

Please explain little bit more ?

Regards

Perumal A

tresesco
MVP
MVP

If you want to see both sheets at one time their 'show sheet' conditional expression should have same expression.

paulyeo11
Master
Master
Author

HI All

I already got the sample program , Executive Daskboard , and i just follow , it work fine now.

thank you all.

Paul