Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys, I am trying to recreate this bar on the top of a Mashup/sheetObject method(react frontend).I 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.
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)
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)
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