Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
With the single configurator i can also get an SheetID
But this doesn't work
app.getObject('Sheet1,'c976crraa71cf-4224-a2cf-a7f812ae7b13');
<div class="h500 qvobject borderbottom" id="Sheet1"></div>
Is it possible to embed a whole sheet in this way? or do i need to do it diffently?
Honestly not sure if you can get a sheet using getObject, but I don't think so. You can definitely just iFrame a sheet though. Use the single configurator to make it even easier.
You should, you probably need to give more space to the container box <div>
when i do this:
app.getObject('kpi7aObj1','c976c33a-71cf-4224-a2cf-a7f896ae7b13');
i get an error:
"invalid visualisation" "the visualisation is not found on the server : sheet"
Honestly not sure if you can get a sheet using getObject, but I don't think so. You can definitely just iFrame a sheet though. Use the single configurator to make it even easier.
Hi,
No you can't. app.getObject only works for visualizations, and sheets are not visualizations in Qlik Sense. You would need to get sheet data, which includes an array of included visualizations, and then show each visualization with getObject. This is what single does.
An easier option would be to use an iframe, and include single in it.
Hope this helps
Erik Wetterberg