Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What's the up-to-date way of embedding sheets into a webpage? (not single objects but the whole sheet)
According to the docs, there are 999 ways to embed a sheet into a webpage but I'm having issues even just following the docs.
I want to embed sheets I created on Qlik Cloud into a nextjs app. Enigma.js seems to be the right way to satisfy my goals but I'm open to hearing alternative solutions.
Sheets will be read-only for a while but later I may want to enable interactions including sheet development.
Best
Hi @qlikbait1 , which docs are you referring to?
For embedding a whole sheet you have to use App Intgration APIs (here documentation). This solution works with iframes.
You can use enigma.js for managing the authentication and connection part to Qlik Sense App before render the iframe. Here you can find an example.
If in your next future there will be the possibility to allow users to develop on an App, then you should approach in a different way. Maybe a redirect to the Qlik App on Qlik Cloud? App Integration APIs doesn't allow you to make modification on the app.
Hi @qlikbait1 , which docs are you referring to?
For embedding a whole sheet you have to use App Intgration APIs (here documentation). This solution works with iframes.
You can use enigma.js for managing the authentication and connection part to Qlik Sense App before render the iframe. Here you can find an example.
If in your next future there will be the possibility to allow users to develop on an App, then you should approach in a different way. Maybe a redirect to the Qlik App on Qlik Cloud? App Integration APIs doesn't allow you to make modification on the app.
Thank you @alex_colombo
The Enigma.js link was super helpful. I was able to complete the integration without running into any issues.