Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
phil_asmar
Partner - Contributor III
Partner - Contributor III

Intergrate Qlik Sense Application In iFrame

Hello All,

I understand that we can integrate sheet objects and sheets inside an iFrame using the Single Configurator, but can we actually embedd the whole dashboard in an iframe? Meaning if i want to change my dimensions or measures of the sheet inside the iFrame, how can I do that?

Thank you!!

1 Solution

Accepted Solutions
ErikWetterberg

Hi Phil,

You could use App Integration API,which allows you to embed the full Qlik Sense client in an IFRAME and use the URL to control it.

Is that what you are after??

Erik

View solution in original post

9 Replies
isorinrusu
Partner - Creator III
Partner - Creator III

Hey Phil,

A short YES to the question "can we actually embed the whole dashboard in an iframe?". I've seen it done in a mashup in a Qlik Fridays session.

As to how to do it, via mashups and having a Qlik Sense Server.

That's all the info I can provide. Hope it's useful.

phil_asmar
Partner - Contributor III
Partner - Contributor III
Author

I would be able to change the dimensions and measures inside the iframe while im in another environment?

Can you please point me to an example or tutorial on how to do that?

reddy-s
Master II
Master II

Hi Phil,

As Sorin mentioned, Yes its totally possible to embed a sheet into an iframe. Do you want to even enable edit mode in the Iframe?

Thanks,

Sangram.

ErikWetterberg

Hi Phil,

You could use App Integration API,which allows you to embed the full Qlik Sense client in an IFRAME and use the URL to control it.

Is that what you are after??

Erik

reddy-s
Master II
Master II

Also,

This is the place for you to get the Iframe:http://localhost:4848/dev-hub/single-configurator

<iframe src='http://localhost:4848/single?appid=C%3A%5CUsers%5Csangramr%5CDocuments%5CQlik%5CSense%5CApps%5CBar%2...yrUAqL&opt=nointeraction&select=clearall' frameborder='0'></iframe>

Thanks,

Sangram.

phil_asmar
Partner - Contributor III
Partner - Contributor III
Author

Thank you Erik, this is exactly what im looking for!

phil_asmar
Partner - Contributor III
Partner - Contributor III
Author

Yes I needed to enable editing. Thank you sangram for your help!

reddy-s
Master II
Master II

Hi Phil,

In that case you do not have to use the single configuration.

Simply use the apps url and embed it into the web page using an Iframe.

Thanks,

Sangram.

ken4runner
Creator
Creator

is there a way to use the API technique described above, and get it to open a default sheet instead of open the app and show the list of sheets?