<?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 Multiple Clients in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184011#M1328043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to identify which client is opening an application? I'd like to deploy a single QlikView file with different sheets (and maybe objects) for different clients (iPad, Blackberry and Ajax). So, it would be great to put it on a variable and check it to make sheets visible or invisible.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Multiple Clients</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184011#M1328043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to identify which client is opening an application? I'd like to deploy a single QlikView file with different sheets (and maybe objects) for different clients (iPad, Blackberry and Ajax). So, it would be great to put it on a variable and check it to make sheets visible or invisible.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Erich&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/Multiple-Clients/m-p/184011#M1328043</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Multiple Clientes</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184012#M1328045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, This is possible to implement using SECTION ACCESS. Go though it from Qlikview Reference Manual, that will help. Even there are many posts in the forum itself discussing about same, you can search for it.&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 18:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184012#M1328045</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-03-23T18:56:30Z</dc:date>
    </item>
    <item>
      <title>Multiple Clientes</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184013#M1328047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but I can not identify if the same user opens the application from iPhone client or blackberry using section access.&lt;/P&gt;&lt;P&gt;The problem is not access to data but only format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 19:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184013#M1328047</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-03-23T19:15:55Z</dc:date>
    </item>
    <item>
      <title>Multiple Clientes</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184014#M1328049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich,&lt;/P&gt;&lt;P&gt;Try a combination of ClientPlatform() and QlikViewVersion() functions to see if that is enough to identify your users.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 19:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184014#M1328049</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-23T19:46:22Z</dc:date>
    </item>
    <item>
      <title>Multiple Clientes</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184015#M1328051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked perfecly:&lt;/P&gt;&lt;P&gt;These are my results for ClientPlatform()&lt;/P&gt;&lt;P&gt;- Qlikview Desktop: blank&lt;/P&gt;&lt;P&gt;- Ajax: browser.MSIE 7.0 (it will depend on the browser)&lt;/P&gt;&lt;P&gt;- Blackberry: mobile.blackberry&lt;/P&gt;&lt;P&gt;- iPhone/iPad: mobile.iphone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 20:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184015#M1328051</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-03-23T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Multiple Clientes</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184016#M1328053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone here been able to connect to a QV Server (v10 SR2) using authentication (DMS) on an Android device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried and keep getting the login box popping back up and then to a login failed screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried on an Acer Iconia and a HTC Ispire phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get to the demo apps, where there is no authentication without any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 20:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184016#M1328053</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2011-05-25T20:14:53Z</dc:date>
    </item>
    <item>
      <title>Multiple Clientes</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184017#M1328055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hello erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where to check this &lt;/P&gt;ClientPlatform()&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how to check for mobile device client availability on server .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunil Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 11:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184017#M1328055</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-22T11:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Clients</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184018#M1328057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to distinguish between iPhone and iPad? They both seem to be coming up as Safari Mobile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Clients/m-p/184018#M1328057</guid>
      <dc:creator />
      <dc:date>2014-06-26T11:21:01Z</dc:date>
    </item>
  </channel>
</rss>

