<?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: Hide objects from AJAX-client in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274970#M586494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I am using QV10 so that looks like something I can actually use.&lt;/P&gt;&lt;P&gt;So that's the first part of my problem, identifying the client-type.&lt;/P&gt;&lt;P&gt;Now for the second part, actually hiding the objects. How do I do this? I have no idea what a "conditional show expression" is for example. I'm fairly new to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Never mind. Found it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2011 13:22:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-14T13:22:22Z</dc:date>
    <item>
      <title>Hide objects from AJAX-client</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274966#M586490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple of objects in my QlikView-application that I would only like to show to those select few that are accessing the application from Developer. Most users use the AJAX-client and I would prefer if they didn't see the objects in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have any ideas on how to accomplish this? I'm not even sure where to start &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 11:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274966#M586490</guid>
      <dc:creator />
      <dc:date>2011-07-12T11:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects from AJAX-client</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274967#M586491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look around the 'qlikviewversion()' function and try to use it within a conditional show on each object you want to block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tested this but I'm assuming this returns different values if you're via the C: client or via AJAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg in you Conditional Show expression '=qlikviewversion()='10.00.9055.0409' - thats assuming all C: users are on the same install; if not you should be able to take use something like; =left(qlikviewversion(),2)='10'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously that hasn't been checked in the wild so to speak but should work with some tweaks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'Access Method' is logged in the server log file so it may be possible to do directly but I haven't come across the function to return it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***ADDITION: I can confirm qlikviewversion() does return different values when accessed via AJAX / IE Plugin when compared to the C: Client.***&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 13:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274967#M586491</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-07-12T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Hide objects from AJAX-client</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274968#M586492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;&lt;P&gt;Unfortunately that doesn't help me much since both the AJAX-client and Developer report the same QlikView-version when I open the application in them respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My low-tech solution right now is a textbox next to the objects in question that basically says "move along, nothing to see here" &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 08:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274968#M586492</guid>
      <dc:creator />
      <dc:date>2011-07-14T08:41:43Z</dc:date>
    </item>
    <item>
      <title>Hide objects from AJAX-client</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274969#M586493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;If you are using QV 10, you can also use&amp;nbsp; ClientPlatform() which on Ajax will return something like browser. .... etc&lt;/P&gt;&lt;P&gt;(This function will not return anything when you use QV Desktop)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 12:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274969#M586493</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-07-14T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects from AJAX-client</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274970#M586494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I am using QV10 so that looks like something I can actually use.&lt;/P&gt;&lt;P&gt;So that's the first part of my problem, identifying the client-type.&lt;/P&gt;&lt;P&gt;Now for the second part, actually hiding the objects. How do I do this? I have no idea what a "conditional show expression" is for example. I'm fairly new to QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Never mind. Found it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 13:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects-from-AJAX-client/m-p/274970#M586494</guid>
      <dc:creator />
      <dc:date>2011-07-14T13:22:22Z</dc:date>
    </item>
  </channel>
</rss>

