<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Check IE-Plugin Version in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180292#M1286973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you figured it out. Feel free to canibalize the part of my script that checks whether the user is running IE 32-bit (the only one compatible with the plugin).&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2010 18:44:46 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2010-01-15T18:44:46Z</dc:date>
    <item>
      <title>Check IE-Plugin Version</title>
      <link>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180289#M1286965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we plan to move to Qlikview 9 in the near future. Unfortunately we have a big userbase that still has the IE plugin 8.5 installed.&lt;/P&gt;&lt;P&gt;Is there a way to check which version of the plugin a user has when he logs in via IE and then prompt him a message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180289#M1286965</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Check IE-Plugin Version</title>
      <link>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180290#M1286969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the file C:\Program Files\QlikView\Web\QvAccessPoint.js and replace function CheckPlugin (which starts on line 502) with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;function CheckPlugin() {&lt;BR /&gt; pluginEnabled = false&lt;BR /&gt; try {&lt;BR /&gt; if(ActiveXObject) {&lt;BR /&gt; var _ = new ActiveXObject("QlikTech.QlikOcxCtrl.9"); //checks for latest version of plugin&lt;BR /&gt; pluginEnabled = true;&lt;BR /&gt; }&lt;BR /&gt; } catch(e) {}&lt;BR /&gt; if(pluginEnabled != true &amp;amp;&amp;amp; navigator.appName == "Microsoft Internet Explorer" &amp;amp;&amp;amp; window.navigator.cpuClass == "x86"){&lt;BR /&gt;// This will just prompt the user with an alert box&lt;BR /&gt;alert ("You have an older version of QV Analyzer. Please update to version 9 now");&lt;BR /&gt;// Or disable the line above and use the following 2 lines to automatically prompt for plugin installation (first download the latest version of the IE Plugin and copy the file QvPluginRedist.exe into folder Program Files\QlikView\Web )&lt;BR /&gt; window.location = 'http://&lt;EM&gt;servername&lt;/EM&gt;/QlikView/QvPluginRedist.exe';&lt;BR /&gt; pluginEnabled = true;&lt;BR /&gt;// Replace servername with the name of the server (not &lt;EM&gt;localhost&lt;/EM&gt;)&lt;BR /&gt; }&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Save &amp;amp; close the file. You might need to restart your web server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 17:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180290#M1286969</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-15T17:49:21Z</dc:date>
    </item>
    <item>
      <title>Check IE-Plugin Version</title>
      <link>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180291#M1286971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for the reply, this actually looks very close to what I imagined.&lt;/P&gt;&lt;P&gt;But unfortunately we are not using the accesspoint do deliver the reports (we embed the qvp:// directly) so I guess this script won't work.&lt;/P&gt;&lt;P&gt;But I have found this in the API guide:&lt;/P&gt;&lt;P&gt;msgbox(ActiveDocument.GetApplication.QvVersion)&lt;/P&gt;&lt;P&gt;With this script I should be able to set a var and then trigger some kind of popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 18:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180291#M1286971</guid>
      <dc:creator />
      <dc:date>2010-01-15T18:13:24Z</dc:date>
    </item>
    <item>
      <title>Check IE-Plugin Version</title>
      <link>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180292#M1286973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you figured it out. Feel free to canibalize the part of my script that checks whether the user is running IE 32-bit (the only one compatible with the plugin).&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 18:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-IE-Plugin-Version/m-p/180292#M1286973</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-01-15T18:44:46Z</dc:date>
    </item>
  </channel>
</rss>

