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

Help with list box and multiple tabs.

Hi I have a list box with multiple values in there.Ex I have a list bocx with Risk,Sles,Revenue,Finance etc and I have different tabs for each of them.So whne I select Risk in the list box can it take me to Risk tab and when I selct Sales in list box can it take me to Sles tab and so on.

Thank in adavance.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

See if this can help : Note: (F2 is the field name)

trigger.png

View solution in original post

9 Replies
yduval75
Partner - Creator III
Partner - Creator III

Hello,

In the script, you create a field "SheetID" with the Sheet ID corresponding to each value of the field in your listbox.
then you can create a button near to your list box. In the action of your button, you select Layout / Acivate Object and you put the field "SheetID"

The action button will change according to your selection in your list Box

Best Regards,

Yoann

Not applicable
Author

Thyank for your reply.Can you please attach an example of this.I am kind of confused.It will be of great help for me as it is an urgent requirement.

Thanka a bunch.

tresesco
MVP
MVP

May be like attached sample?

Not applicable
Author

I cannot see the attached documnet.Can you please post it again.Thanks.

tresesco
MVP
MVP

Now, is it visible?

Not applicable
Author

Nope.

Not applicable
Author

Here you got, somehtin like this?

Regards!!

tresesco
MVP
MVP

See if this can help : Note: (F2 is the field name)

trigger.png

Not applicable
Author

Awesome.This is exactly what I wanted.Thank a bunch.