Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating a simple navigation menu

I have created a simple menu via a listbox, which refers to a page table (created with an inline view).

Paginas:
LOAD
*
INLINE [
PagID, Pagina
1, sheet 1
2, sheet 2
3, sheet 3
4, sheet 4
5, sheet 5
];

however, when I click on one of the items, it doesn't switch to the correct sheet. I have no clue where to add this code (I also can't find it in the example I am using).

Thank you!

1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

hi

Specifiy the sheetid in the inline wizard and use it in the Field event trigger.

When you add the Activate sheet event specify the field name with equal to sign in the beginning.

View solution in original post

4 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi

Specifiy the sheetid in the inline wizard and use it in the Field event trigger.

When you add the Activate sheet event specify the field name with equal to sign in the beginning.

Not applicable
Author

Hi Wouter,

look at my little exam app. I used a field event trigger on field PagID. See settings --> document properties --> Triggers --> field Event Trigger

Regards, Roland

Not applicable
Author

Perfect Roland,

What a nice and clear explanation. It worked!

Thanks

Wouter

Not applicable
Author

Thank you too Deepak!