qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

Sheet Object Not Found #59

Closed VaMusaka closed 4 years ago

VaMusaka commented 5 years ago

I have been trying to bring a complete Qlik Sense Sheet in the mashup using QDT-Components in React js but get an error "The Visualisation was not found on the server. This extension is not available : {0}(sheet)".

image

nlaffey commented 5 years ago

I'm also interested in some direction on how to go about rendering sheets. I'm getting a similar error: image

Garethp commented 5 years ago

@yianni-ververis Are sheets just not supported?

yianni-ververis commented 5 years ago

No. The Viz API is only for objects

https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/get-method.htm

fkabinoff commented 4 years ago

don't render sheets. bad practice. just iframe if you really want to use them. but sheets lose all responsiveness when iframed. i usually suggest against embedding sheets at all except in very certain cases. but in any case, qdt-components will not be handling that.