Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
I'm trying to move from iFrame to Qlik-Embed based on OAuth 2 authorization because my iFrame is not working properly (Embedding a chart doesnt work in Chrome/Incognito).
My goal is to see a Qlik Cloud sheet inside my Razor application. (This page is a single HTML with js in it)
The problem I'm facing with this approach is this:
- I'm able to log in and see the UI=classic/app version of the sheet but when i try doing it in UI=object or UI=analytics/sheet I don't get anything rendered.
I understand even though some of the graphics in the page may not be Nebuja.js I have to see the rest of the sheet.
Hi @jijalba
For classic/app, the sheet ID is specified as `sheet-id`; for analytics/sheet, you need to pass the sheet ID in the `object-id` param - check out this example: https://qlik.dev/examples/qlik-embed-examples/analytics-sheet-example/
The analytics/chart also uses object-id, which might be causing some issues?