Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
andrey-brill
Partner - Contributor
Partner - Contributor

How to programmatically navigate between "Narrate" and "Analyze"? (QIX, enigma.js)

Qlik application was embedded into our system (as "iframe") without the top menu (hidden by css in theme).

But now, we need to allow our customers to navigate between the following tabs: "Narrate" and "Analyze".

Our front-end connected to the app with engma.js. How to use the library to implement this kind of navigation?

Labels (3)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hi @andrey-brill , for doing this you have to embed the entire Qlik Sense app with the entire header. There's no engine API methods (enigma.js) who manage this thing.

You could hide/remove buttons and images from native navbar with css or JS code from your webapp and keep only what you need, but keep in mind that you are pointing to native css classes which may change name in future releases.

View solution in original post

1 Reply
alex_colombo
Employee
Employee

Hi @andrey-brill , for doing this you have to embed the entire Qlik Sense app with the entire header. There's no engine API methods (enigma.js) who manage this thing.

You could hide/remove buttons and images from native navbar with css or JS code from your webapp and keep only what you need, but keep in mind that you are pointing to native css classes which may change name in future releases.