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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jijalba
Contributor
Contributor

Using Qlik-Embed Object doesn't show any content.

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.

qlik.png

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.

Labels (2)
1 Reply
DaveChannon
Employee
Employee

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?