<?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: Controlling what the user sees based on the value of a variable in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927469#M3294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This method can be used using QMC and I don't see any bottleneck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 19:09:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-10T19:09:12Z</dc:date>
    <item>
      <title>Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927465#M3290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with data across several divisions. Each division has their own .xlsx sheet (with identical variables but different values for those variables) I have loaded all of the .xlsx files and concatenated them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I would like to do is restrict what the user sees based on their Division.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Division" is a variable within my data. So I want people from Division A to only see the data for rows where "Division" = Division A. I have about 30 divisions each with a different name. Is there a way to do this with access controls within QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand I will need to differentiate their log in information - but just in general how should I go about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 17:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927465#M3290</guid>
      <dc:creator />
      <dc:date>2015-09-10T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927466#M3291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can utilize section access in QlikView:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="98564" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98564_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Although, the field name(s) should be all upper cases as well as the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 17:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927466#M3291</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-10T17:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927467#M3292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use loop and reduce functionality. It will create as many applications as the number of divisions and limit the data for each division in the applications. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 18:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927467#M3292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927468#M3293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey QlikRajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably, I am not understanding, but how efficient this is? If the application is deployed to the server, wouldn't this method cause a bottleneck?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 18:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927468#M3293</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-10T18:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927469#M3294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This method can be used using QMC and I don't see any bottleneck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 19:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927469#M3294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T19:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927470#M3295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim - loop &amp;amp; reduce isn't there in QLik Sense. I only mention because this posting is in the Qlik Sense community section.&amp;nbsp; You can use section access to provide robust and secure data seggregation by userID or by groupID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Qlik Sense documentation its also referred to as 'Dynamic Data Reduction'. Little history lession: loop and reduce was also called 'Static Data Reduction'. Both are effective and secure means to secure different data profiles for groups or users, but only the former (dynamic) is in Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/dynamic-data-reduction.htm?Highlight=dynamic" rel="nofollow"&gt;http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/dynamic-data-reduction.htm?Highlight=dynamic&lt;/A&gt;&lt;SPAN&gt; data reduction&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 21:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927470#M3295</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-09-10T21:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling what the user sees based on the value of a variable</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927471#M3296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad I did not notice it's for qliksense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 21:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Controlling-what-the-user-sees-based-on-the-value-of-a-variable/m-p/927471#M3296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T21:17:03Z</dc:date>
    </item>
  </channel>
</rss>

