Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[Qlik Sense 3.0] How can I embed a full application on HTML page?

Hello experts!

I had seen applicatin

Qlik & ACSSI | Euro 2016

And on this application, full qlik application embedded to html.

Embedded.png

I know how to embed only parts. And my question is. How to embed full app?

And if possible to embed full qlik sense application, can i embed only 1 sheet without additonal buttons, sheet selection etc.? If can, how to do this.

Thanks

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

using iframe

<iframe class="iframeQlik " src="https://demos.qlik.com/sense/app/6cb98e49-d8d7-464e-a49e-847dc7a99e4d"></iframe>

AFAIK each sheet has different url through that u can do.

View solution in original post

2 Replies
arulsettu
Master III
Master III

using iframe

<iframe class="iframeQlik " src="https://demos.qlik.com/sense/app/6cb98e49-d8d7-464e-a49e-847dc7a99e4d"></iframe>

AFAIK each sheet has different url through that u can do.

Anonymous
Not applicable
Author

@arul sett, Thansk!

My working code looks like:

<iframe class="iframeQlik " src="http://localhost:4848/sense/app/path_to_app/app_name.qvf" width="100%" height="100%"></iframe>

And this link can be helpful.

https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Dev-Hub/Content/Howtos/single-configurato...