<?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 How to hide open with option for all accesspoint document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208252#M1284374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you log in to QV-9 SR5 accesspoint we can see many OPEN WITH option like (a) IE plugin (b) Java client ( c) Ajax etc. From QEMC under source folder --under user document we can hide those for each document. In our case we just want IE plug in not anything else for all the accesspoint document. Is it possible to do for all user document at system level rather then doing one by one ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>a0m18zz</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>How to hide open with option for all accesspoint document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208252#M1284374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you log in to QV-9 SR5 accesspoint we can see many OPEN WITH option like (a) IE plugin (b) Java client ( c) Ajax etc. From QEMC under source folder --under user document we can hide those for each document. In our case we just want IE plug in not anything else for all the accesspoint document. Is it possible to do for all user document at system level rather then doing one by one ?&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/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208252#M1284374</guid>
      <dc:creator>a0m18zz</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>How to hide open with option for all accesspoint document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208253#M1284376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can´t remove the options, however, you can disable what opening option that should be active or not, if not active it will be greyed out on Access point. And then by default the one showing on My preferred client will be the one active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 09:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208253#M1284376</guid>
      <dc:creator />
      <dc:date>2010-07-27T09:09:45Z</dc:date>
    </item>
    <item>
      <title>How to hide open with option for all accesspoint document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208254#M1284378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to respectfully disagree. This is possible, but you need to modify the AccessPoint html file (C:\Program Files\QlikView\Web\index.htm) as well as the associated .js file. Open index.htm in notepad, and find the code starting at line 80, which should read:&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;&amp;lt;span id="Menu_OpenWith"&amp;gt;Open with&amp;lt;/span&amp;gt;:&lt;BR /&gt;&amp;lt;ul&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#" id="Menu_Client_Plugin"&amp;gt;IE Plugin&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#" id="Menu_Client_Java"&amp;gt;Java&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#" id="Menu_Client_Ajax"&amp;gt;AJAX zero footprint&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you want to keep only the IE Plugin option, delete the last 2 &amp;lt;li&amp;gt; lines. So that the code would look like 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;&amp;lt;span id="Menu_OpenWith"&amp;gt;Open with&amp;lt;/span&amp;gt;:&lt;BR /&gt;&amp;lt;ul&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#" id="Menu_Client_Plugin"&amp;gt;IE Plugin&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Delete line 87, which should read:&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;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a href="#" id="Menu_Download"&amp;gt;Download&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You would then need to delete the JavaScript references to the links so that no errors are thrown. Open QvAccessPoint.js in the same folder. Comment out the following lines: 45 - 60, 87 - 89. Replace line 38 with:&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 UpdateClientsLinks(id, clients, is_favorite, plugin, favorite, target) {&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Replace line 91 with:&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;UpdateClientsLinks(id, clients, is_favorite, plugin, favorite, target);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should do it. Finally, make sure to set the default client to IE Plugin in QEMC --&amp;gt; System --&amp;gt; Web Servers --&amp;gt; AccessPoint tab.&lt;/P&gt;&lt;P&gt;Enjoy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jul 2010 00:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208254#M1284378</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-07-31T00:28:00Z</dc:date>
    </item>
    <item>
      <title>How to hide open with option for all accesspoint document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208255#M1284381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;In ma case, i should remove java from l'option "Open with" et from the list "PreferedClient".&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;I try your solution and il work. But do you know is it possible for remove "java" from the list "PreferedClient".&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="margin:0cm 0cm 10pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 14:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208255#M1284381</guid>
      <dc:creator />
      <dc:date>2010-08-30T14:51:27Z</dc:date>
    </item>
    <item>
      <title>How to hide open with option for all accesspoint document</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208256#M1284384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, no. Removing it from the list of preferred clients doesn't remove the option to open with that client (using the drop-down next to each app).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 16:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-open-with-option-for-all-accesspoint-document/m-p/208256#M1284384</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-08-30T16:17:33Z</dc:date>
    </item>
  </channel>
</rss>

