<?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 Identify if User is using Desktop Client or IE-Plugin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1639807#M447101</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;i want to build different actions based on the client the user is using:&lt;/P&gt;&lt;P&gt;- Desktop Client&lt;/P&gt;&lt;P&gt;- IE-Plugin&lt;/P&gt;&lt;P&gt;i already tried the functions ClientPlatform() and QlikViewVersion() but i'm still not able to differentiate.&lt;/P&gt;&lt;P&gt;Thanks for any Help.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2019 08:42:45 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2019-10-25T08:42:45Z</dc:date>
    <item>
      <title>Identify if User is using Desktop Client or IE-Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1639807#M447101</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;i want to build different actions based on the client the user is using:&lt;/P&gt;&lt;P&gt;- Desktop Client&lt;/P&gt;&lt;P&gt;- IE-Plugin&lt;/P&gt;&lt;P&gt;i already tried the functions ClientPlatform() and QlikViewVersion() but i'm still not able to differentiate.&lt;/P&gt;&lt;P&gt;Thanks for any Help.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 08:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1639807#M447101</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2019-10-25T08:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identify if User is using Desktop Client or IE-Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1639831#M447104</link>
      <description>&lt;P&gt;i only found this difference and i will use this for now as a workaround.&lt;/P&gt;&lt;P&gt;the DocumentPath() Function returns a different output.&lt;/P&gt;&lt;P&gt;IE-Plugin -&amp;gt; all lower case&lt;/P&gt;&lt;P&gt;Desktop Client -&amp;gt; first letter upper case&lt;/P&gt;&lt;P&gt;i just used that to build my if condition:&lt;/P&gt;&lt;P&gt;=if(ord(left(DocumentPath(),1)) &amp;gt;= 82, 'IE-Plugin',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(ord(left(DocumentPath(),1)) &amp;lt; 82, ' Desktop Client',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(ClientPlatform()))&amp;gt;0,' AJAX Client')))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still interested in better solutions.&lt;/P&gt;&lt;P&gt;Thanks for any tips.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 09:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1639831#M447104</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2019-10-25T09:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identify if User is using Desktop Client or IE-Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1642752#M447297</link>
      <description>&lt;P&gt;Best thing I have is the SDK/API Help, not exactly sure where to dig from there, likely the QMS APIs, but I realized the QVS Statistics area does not capture client type, so I am not sure there is an API to capture things.&amp;nbsp; The QVS Session log writes the client after the end of the session as well, honestly do not know if there is a means to get hold of it at the start of the session, the QVS Audit logs maybe is the only thing of which I can think at the moment.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2019/Content/QV_HelpSites/APIsAndSDKs.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2019/Content/QV_HelpSites/APIsAndSDKs.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 21:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-User-is-using-Desktop-Client-or-IE-Plugin/m-p/1642752#M447297</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-04T21:36:07Z</dc:date>
    </item>
  </channel>
</rss>

