Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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
Hi Rob!
Thanks for your answers, I paste the Selections Bar <iFrame> in my website, I would like to put this on the top of the page, but it has some limitations, the popover element that appears when you click an element of the bar, appears cut off:
How could I solve that?
Thanks a lot-
David
Hi Rob
Upon using iframes the possibility for the user to maximize the object is lost. Is there a way of working around it or do I have to start calling the API instead to get that possibility on my webpage as well as in Sense?
Always a pleasure
Nathalie