Please verify with more customers before we make this one available.QlikView 12.20 only supports Internet Explorer 11 natively. Compatibilty mode / Enterprise mode leads to errors.
Environment:
QlikView 12.20 (November 2017) and up
We always recommend turning off Enterprise Mode. But some companies are unable to do so.
There are two possible workarounds.
Option 1: Modify opendoc.html
Deploy a modified version of
opendoc.html used for the Full Browser Client / AJAX.
Disclaimer: This will require altering and customizing code shipped with QlikView Server. All customization is done at your own risk and is not covered by QlikTech Support or Maintenance Agreements. Please backup any files prior to modifcation.
- Locate the file opendoc.htm in the following directory: C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax
- Open the opendoc.htm file for edit (remember to backup the file before proceeding)
- Locate the following row in the opendoc.htm file:
<meta http-equiv="X-UA-Compatible" content=" " />
*whereas content is likely populated already. - Change content="IE=Edge" The new line should read:
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/> - Save the opendoc.htm file
Option 2: Registry Key changes
Manual changes to the registry to turn off compatibility mode to bypass restrictions.
Disclaimer: This will require altering the client operating system registry. Changes made are done at the client's own risk and should be carried out only with backups being available.
Locate the key
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\[IntranetCompatibilityMode]
DOWRD 32bit
0 means off
1 means on
This needs to be set to "off" 0.