Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
guruprem
Partner - Creator III
Partner - Creator III

Qlik Sense iFrame - Not visible

Hi,

I am trying use Qlik Sense sheet in an iFrame. Following is my simple HTML with the iFrame generated by single configurator

<HTML>

<H1>This is an example of a Qlik Sense in a simple iFrame</H1>

<iframe style="height:400;width:800" src="https://192.168.0.75/single/?appid=946baf40-0b38-4ccb-8a86-e518051bf0e8&sheet=pLkkBj&opt=nointeracti...' style='border:none;"></iframe>

</HTML>

When I open this HTML is Chrome rest of the page is appearing fine expect iFrame. Here is the screenshot

iFrame.PNG

2 Replies
guruprem
Partner - Creator III
Partner - Creator III
Author

Additional Information is when I inputted URL from sense-demo.qlik.com The ouput is as expected

Code looks like this when I refer demo website iFrame

<html>

<head>

<title>Test</title>

</head>

<body>

<p>This is an example of a Qlik Sense in a simple iFrame</p>

<iframe

src='https://sense-demo.qlik.com/single/?appid=372cbc85-f7fb-4db6-a620-9a5367845dce&sheet=JzJMza&opt=noin...'

style='position: absolute; height: 100%; width: 100%;border:none; scroll: no'

></iframe>

</body>

</html>

The Output is:

Demo Iframe.PNG

Can any expert suggest me why the iFrame is not visible with my server url?

guruprem
Partner - Creator III
Partner - Creator III
Author

Hi,

I found that in a http page it is not advisable to showcase https iframe so now I tried http iframe.

Things are slightly positive but. Now one more issue raised that is authentication. currently, the page is appearing like below with only username field not showing any password field. Another thing since it iFrame chrome is not doing single sign on.

Qlik iFrame.PNG