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

To activate sheet with help of list box

My application have more than 50 tabs so user wants a list box by which he can search any tab easily. Is it posssible to activate any sheet on selection of sheet's name in list box?

1 Solution

Accepted Solutions
sbaldwin
Partner - Creator III
Partner - Creator III

Hi, what you need to do is to load a data island which is all the sheet names you have along with the sheet id of each one, then add a trigger to the sheet name field, the trigger should be an activate sheet one using =only(sheetid) as the function and add your list box containing that field.

i have attached an example

Thanks

Steve

View solution in original post

2 Replies
sbaldwin
Partner - Creator III
Partner - Creator III

Hi, what you need to do is to load a data island which is all the sheet names you have along with the sheet id of each one, then add a trigger to the sheet name field, the trigger should be an activate sheet one using =only(sheetid) as the function and add your list box containing that field.

i have attached an example

Thanks

Steve

Not applicable
Author

Thanks Steve,

This is exactly what I want.