Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Hi Simon
Rva is right in this sense. Still IE 9 is not supported by qlikview officially.
Regards
ASHFAQ
Thank you for your replies.
Best regards
Simon Koenen
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
It works perfectly.
Thank you very much.
Kind regards
Simon