<?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 Re: Have I opened this document in the Desktop Client or the IE plugin? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643526#M543446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but unfortunately that does not solve the problem. It only works with AJAX clients. IE plugin returns the same as the desktop client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 15:00:38 GMT</pubDate>
    <dc:creator>alexmosq</dc:creator>
    <dc:date>2014-05-22T15:00:38Z</dc:date>
    <item>
      <title>Have I opened this document in the Desktop Client or the IE plugin?</title>
      <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643523#M543443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Is there any way to determine whether a user has opened a QV document in the IE Plugin or in the Desktop Client?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;There are some objects that I only ant to show if the app is openede via the desktop client.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried these commands but they just return the same output regardless of version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14007678464972443" jivemacro_uid="_14007678464972443" modifiedtitle="true"&gt;
&lt;P&gt;ClientPlatform()&lt;/P&gt;
&lt;P&gt;QlikViewVersion()&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They seem to distinguish AJAX users, but does not differentiate between desktop client and IE plugin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 14:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643523#M543443</guid>
      <dc:creator>alexmosq</dc:creator>
      <dc:date>2014-05-22T14:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Have I opened this document in the Desktop Client or the IE plugin?</title>
      <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643524#M543444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QlikView help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ClientPlatform( )&lt;/P&gt;&lt;P&gt;Returns the name of the platform the client is using, for example, Mobile.iPhone.&lt;/P&gt;&lt;P&gt;All mobile clients start with Mobile, a period sign and the type of mobile device. Clients using AJAX will return Browser. Name of browser, for example Browser.Firefox.&lt;/P&gt;&lt;P&gt;Note! &lt;/P&gt;&lt;P&gt;The function will only return the client type for those clients using the QVPX protocol, that is the mobile clients and the AJAX client.I don't think it will return desktop Clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 14:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643524#M543444</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-22T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Have I opened this document in the Desktop Client or the IE plugin?</title>
      <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643525#M543445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what authorization mode are you using?&lt;/P&gt;&lt;P&gt;Mostly when a user opens a document from Server using desktop client then he/she uses his/her domain/userid which may be different if the person is using different domain while accessing the document from the Access Point.&lt;/P&gt;&lt;P&gt;in that case you can identify the user from the domain name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 14:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643525#M543445</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-22T14:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Have I opened this document in the Desktop Client or the IE plugin?</title>
      <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643526#M543446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but unfortunately that does not solve the problem. It only works with AJAX clients. IE plugin returns the same as the desktop client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 15:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643526#M543446</guid>
      <dc:creator>alexmosq</dc:creator>
      <dc:date>2014-05-22T15:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Have I opened this document in the Desktop Client or the IE plugin?</title>
      <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643527#M543447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice solution! Unfortunately they use the same domain/userid on both platforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 15:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643527#M543447</guid>
      <dc:creator>alexmosq</dc:creator>
      <dc:date>2014-05-22T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Have I opened this document in the Desktop Client or the IE plugin?</title>
      <link>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643528#M543448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I've found a solution. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;DocumentPath()&lt;/STRONG&gt; funtion returns different results!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In desktop mode it returns... &lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14007711310107170" jivemacro_uid="_14007711310107170" modifiedtitle="true"&gt;
&lt;P&gt;"C:\&amp;lt;Path&amp;gt;\MyDoc.qvw"&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IE plugin mode it returns ...&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14007711353961419 jive_macro_code" jivemacro_uid="_14007711353961419"&gt;
&lt;P&gt;"&amp;lt;MountedFolderName&amp;gt;\&amp;lt;Path&amp;gt;\MyDoc.qvw"&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I simply check if...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14007711093288063" jivemacro_uid="_14007711093288063"&gt;
&lt;P&gt;Mid(DocumentPath(), 2, 2) = ':\'&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If yes, it means that it is opened in desktop mode. &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 15:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Have-I-opened-this-document-in-the-Desktop-Client-or-the-IE/m-p/643528#M543448</guid>
      <dc:creator>alexmosq</dc:creator>
      <dc:date>2014-05-22T15:06:38Z</dc:date>
    </item>
  </channel>
</rss>

