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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Romain969685
Contributor II
Contributor II

INPUT variable On Qlik Embed does not work

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?

Labels (1)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

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>

View solution in original post

1 Reply
alex_colombo
Employee
Employee

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>