Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Embed created Single Configurator/Mashup in webpage

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,

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

http://masterssummit.com

http://qlikviewcookbook.com

View solution in original post

6 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

http://masterssummit.com

http://qlikviewcookbook.com

Anonymous
Not applicable
Author

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,

satishkurra
Specialist II
Specialist II

Difficult to mention on this.

Would suggest to recreate the mashup as it doesn't take much time///

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

http://masterssummit.com

http://qlikviewcookbook.com

david_hg96
Partner - Contributor III
Partner - Contributor III

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

NathalieLuna
Contributor II
Contributor II

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