<?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: Section Access function not working for Admin profiles in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604793#M1109845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outstanding!!&amp;nbsp; That was it!&amp;nbsp; Thanks very much for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2014 18:17:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-05T18:17:49Z</dc:date>
    <item>
      <title>Section Access function not working for Admin profiles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604788#M1109840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&amp;nbsp; I am working with a simple implementation of the Section Access functionality, but once I reload the data, the functionality appears to be removed, only allowing a user defined to see everything (*) to see NONCONFIDENTIAL data.&amp;nbsp; My goal is to allow some users to see only data flagged as NONCONFIDENTIAL and other users to see everything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also turned on the Settings --&amp;gt; Document Properties --&amp;gt; Opening --&amp;gt; Initial Data Reduction Based on Section Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an ADMIN access profile to test this, but my expectation is that the Section Access rules should apply to all users.&amp;nbsp; Is this correct?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the script code I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, INCLUDED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, SA\abrxyz, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; ADMIN, SA\cvrxyz, NONCONFIDENTIAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, QV\JLxxxx, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, QV\SBxxxx, NONCONFIDENTIAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604788#M1109840</guid>
      <dc:creator />
      <dc:date>2014-03-05T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access function not working for Admin profiles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604789#M1109841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it will apply to admin too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604789#M1109841</guid>
      <dc:creator />
      <dc:date>2014-03-05T17:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access function not working for Admin profiles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604790#M1109842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field INCLUDED has other values apart from NONCONFIDENTIAL then these must be added to the section access list.&lt;/P&gt;&lt;P&gt;In section access "*" does not mean all values, it means all &lt;SPAN style="text-decoration: underline;"&gt;listed&lt;/SPAN&gt; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this - the DUMMY values will allow * to see NONCONFIDENTIAL, CONFIDENTIAL and SECRET values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, INCLUDED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, SA\abrxyz, *&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ADMIN, SA\cvrxyz, NONCONFIDENTIAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DUMMY, DUMMY, CONFIDENTIAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DUMMY, DUMMY, SECRET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, QV\JLxxxx, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, QV\SBxxxx, NONCONFIDENTIAL&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 18:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604790#M1109842</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-03-05T18:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access function not working for Admin profiles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604791#M1109843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much for your reply!&amp;nbsp; I can't seem to figure out why then if I set my profile to have full access (*) it still filters automatically on the NONCONFIDENTIAL data.&amp;nbsp; Is there another configuration step I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 18:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604791#M1109843</guid>
      <dc:creator />
      <dc:date>2014-03-05T18:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access function not working for Admin profiles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604792#M1109844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Colin said instead of *, add all the distinct values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 18:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604792#M1109844</guid>
      <dc:creator />
      <dc:date>2014-03-05T18:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access function not working for Admin profiles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604793#M1109845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outstanding!!&amp;nbsp; That was it!&amp;nbsp; Thanks very much for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 18:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-function-not-working-for-Admin-profiles/m-p/604793#M1109845</guid>
      <dc:creator />
      <dc:date>2014-03-05T18:17:49Z</dc:date>
    </item>
  </channel>
</rss>

