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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Navigating to any sheet in Qliksense

Hello everyone,

I am trying to build an app with N sheets and to have hyperlinks to navigate to any sheet from any given sheet. E.g. if I am in first sheet, I'll have links to navigate directly to 5th sheet or 6th sheet etc without having to click Next sheet icon multiple times. I don't want to use KPI or text object as these open the sheets in new tab/window. Looks like the extension it.HtmlBox can be used to embed any HTML code, so wondering if I could use it for achieving this, may be using a href or window.open (target _self) but not sure how to get the current page and sheet id to pass as parameters. Anyone has any suggestions for this?

Thanks much for the help.

Thanks

Shree

21 Replies
reddy-s
Master II
Master II

Hi Shreevatsau,

This will give you all the info required: How to get the dropdownlist menu in qliksense

Thanks,

Sangram.

Not applicable
Author

Hello Stefan,

Thank you very much for your Extension. It is very good!

JB