Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We want to use the Variable Input chart type in Qlik EMbed but it doesn't work.
In the Qlik documentation, the object is compatible with Qlik-Embed thanks to the classic/chart code.
https://qlik.dev/embed/foundational-knowledge/visualizations/
Here is the code used:
<qlik-embed
ui="classic/chart"
app-id="<test>"
object-id="<IDVAriableInput>"
></qlik-embed>
When our web application is displayed, we get an error message Error.QlikEmbed.LoadingApp
Do you have a solution to make this work?
Hey @Romain969685 this is a knows issue. In qlik-embed props try to set iframe prop to true and should work. Example:
<qlik-embed
ui="classic/chart"
app-id="<test>"
object-id="<IDVAriableInput>"
iframe=true
></qlik-embed>
Hey @Romain969685 this is a knows issue. In qlik-embed props try to set iframe prop to true and should work. Example:
<qlik-embed
ui="classic/chart"
app-id="<test>"
object-id="<IDVAriableInput>"
iframe=true
></qlik-embed>