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: 
Not applicable

QlikView in iFrame on IE9

Hi,

we have embeded our QlikView files in an iFrame but our tests with IE9 show that it is not working properly anymore.

We use the current version of QV (must be QV10 SR1).

I have created a simple html-file to test this issue.

---

<html>
<head>
<h1>
iFrame Test
</h1>
</head>
<body>
<iframe width=100% height=80% src="http://vadebb29/QvAJAXZfc/opendoc.htm?document=EIS/Financials/Contribution%20Analysis/Contribution%20Analysis.qvw&host=QVS@vadebb29">
</body>
</html>

---

But when I try to open it under IE9 (IE8 works) only the tabs are loaded but not the content.

Furthermore the IE comes up with an error message:

Message: Invalid attribute value.
Line: 1
Character: 183127
Code: 0
URI: http://vadebb29/QvAjaxZfc/htc/QvAjax.js

Does anyone have a solution for this problem or maybe the same problem?

5 Replies
Not applicable
Author

Hi!

QV10SR1 + Iframe also causing troubles with Firefox! (there is a patch around - ask support for details)
I think IE9 right now is not officially supported! Still you should create a support case on this so it gets fixed in one of the next service releases..

Regards,

Roland

ashfaq_haseeb
Champion III
Champion III

Hi Simon

Rva is right in this sense. Still IE 9 is not supported by qlikview officially.

Regards

ASHFAQ

Not applicable
Author

Thank you for your replies.

Best regards
Simon Koenen

saxjonas
Partner - Creator
Partner - Creator

FINALLY! I think I found a solution! 😄

The problem is that IE9 goes into Compatibility Mode because it interprets the code as quirky. If you enter F12 debugger and change to interpret as IE9 you'll see that it'll work.

The solution is to add this between your head tags:

<meta http-equiv="X-UA-Compatible" content="IE=9"/>
This will force IE to use IE9 standards. (The error was generated due to IE running in IE comp. mode and QlikView trying to set alpha layered background via the rgba()-function)
Can anyone confirm this?
/Jonas


Not applicable
Author

It works perfectly.

Thank you very much.

Kind regards

Simon