Discussion board where members can get started with Qlik Sense.
Hi All,
I have created a Mashup as well as single configurator.
I am able to copy the URL into new sheet. but, the requirement is to embed the created URL into a webpage.
Can anyone assist how to embed chart object into sample webpage. The chart must be visible in there page.
Regards,
Solved! Go to Solution.
If you want to embed a visualization using the single configurator URL you'll need to embed in a iFrame. See
Integrating a visualization into an iframe ‒ Qlik Sense Developers
If you already have a Mashup, you can embed the visualization using the Capability API. See
Embed visualizations using the Capability APIs ‒ Qlik Sense Developers
-Rob
If you want to embed a visualization using the single configurator URL you'll need to embed in a iFrame. See
Integrating a visualization into an iframe ‒ Qlik Sense Developers
If you already have a Mashup, you can embed the visualization using the Capability API. See
Embed visualizations using the Capability APIs ‒ Qlik Sense Developers
-Rob
Thnx Rob. I am able to embed the object into webpage.
The challenge now is not able to clear selectio.
In DevHub I have selected clear selection checkbox. Still I am not able to clear my selection.
Can you assist on this?
Regads,
Difficult to mention on this.
Would suggest to recreate the mashup as it doesn't take much time///
To embed a Current Selections object using the Capability API, just use "CurrentSelections" as rthe objectId
app.getObject("myDiv", "CurrentSelections");
If you are embedding objects using the single configurator, you can include a current selections bar in with the object by adding &opt=currsel in the url. You can also use the single configurator url to embed just a current selections bar, in that case use CurrentSelections as the obj= value in the url. A complete list of url parameters can be found here:
Single Integration API ‒ Qlik Sense Developers
-Rob