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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
AnujKheria
Contributor III
Contributor III

Intergrating Insight advisor and Bookmarks in a mashup

Hi Guys, I am trying to recreate this bar on the top of a Mashup/sheetObject method(react frontend).image (4).pngI have successfuly added the current selection section using app.getObject method, I was trying to find the ID for Insight advisor and bookmarks but I seem not to find it, can some point me in the right direction on how I maybe able to  get these functionality in it. 

Labels (4)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hey @AnujKheria if you are embedding single visualization (not an entire app/sheet) you cannot direcltly embed Insight Advisor and bookmarks in a mashup. You have to build custom components and then use APIs for gettings responses from Insight Advisor APIs (Natural Language APIs) and getting data from Bookmarks using Capability APIs.

Links mentioned above are based on the assumption that you are Qlik Sense on prem (not Cloud)

View solution in original post

2 Replies
alex_colombo
Employee
Employee

Hey @AnujKheria if you are embedding single visualization (not an entire app/sheet) you cannot direcltly embed Insight Advisor and bookmarks in a mashup. You have to build custom components and then use APIs for gettings responses from Insight Advisor APIs (Natural Language APIs) and getting data from Bookmarks using Capability APIs.

Links mentioned above are based on the assumption that you are Qlik Sense on prem (not Cloud)

AnujKheria
Contributor III
Contributor III
Author

I thought that would be the case as well, Was trying to find out if there is a simpler way, Thanks for confiming and thanks for the Natural language API's