<?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 and data reduction - ADMIN user has data reduced in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400209#M697528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your suggestion.&lt;/P&gt;&lt;P&gt;Your proposal seems to work properly for ADMIN (because he overrides security) but not for user CICCIO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I leave blank (as in your suggestion),&amp;nbsp; CICCIO cannot access the document at all.&lt;/P&gt;&lt;P&gt;If I use a star (*) instead, the user can access the document ... but he can see only IT (same behaviour described in my post). This is the example of script using nothing for admin and the star (*) for CICCIO.&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;];&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition you can test that adding a new user (JACK) with an explicit permission on UK, then CICCIO is able to see everything (as expected). Please, try this dataload script to test (nothing changes from previous example .. but I added a new user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, JACK, JACK, UK&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY, ZONE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Lombardia&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Piemonte&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone2&amp;nbsp;&amp;nbsp; &lt;BR /&gt;];&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Isn't it weird?&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 15:49:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-27T15:49:01Z</dc:date>
    <item>
      <title>Section access and data reduction - ADMIN user has data reduced</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400207#M697526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with section access which is driving me crazy.&lt;/P&gt;&lt;P&gt;I'm trying to reduce data according to Section Access script. This is my dataload script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13643957800812602" jivemacro_uid="_13643957800812602"&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Section Access;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY, ZONE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Lombardia&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Piemonte&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone2&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set document options flagging:&lt;/P&gt;&lt;P&gt;- Initial data reduction based on Section Access (with Strict Exclusion option)&lt;/P&gt;&lt;P&gt;- Admin Override Security&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I access the document as ADMIN user and perform a "Data reload", I can see all the zones (form both UK and IT countries).&lt;/P&gt;&lt;P&gt;The problem appears when I save, close and re-open the document (always as ADMIN):&amp;nbsp; as soon as I re-open, UK zones disappear: document is reducing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some tests and it seems that this behaviour appears when there is no user with an explicit permission for UK.&lt;/P&gt;&lt;P&gt;In fact, if I modify the data load script setting UK as country for CICCIO, the problem disappear and everything works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code  _jivemacro_uid_13643967642785454" jivemacro_uid="_13643967642785454"&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Section Access;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, &lt;STRONG style="color: #ff0000;"&gt;UK&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY, ZONE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Lombardia&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Piemonte&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone2&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this change, ADMIN user isa able to see all countries even if I close and re-open the document.&lt;/P&gt;&lt;P&gt;Do you have any idea on why Qlikview perform the reduction and how to avoid it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously I may consider to create a dummy user having expicit permissions on each country ... but please, consider that this is only an example.&lt;/P&gt;&lt;P&gt;Section access data reduction in my final application is based on several fields and each field has a lot of values: it may become complicated to create a dummy user in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Landi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 15:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400207#M697526</guid>
      <dc:creator />
      <dc:date>2013-03-27T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Section access and data reduction - ADMIN user has data reduced</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400208#M697527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabio,&lt;/P&gt;&lt;P&gt;Replace * with nothing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO,&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 15:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400208#M697527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-27T15:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Section access and data reduction - ADMIN user has data reduced</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400209#M697528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your suggestion.&lt;/P&gt;&lt;P&gt;Your proposal seems to work properly for ADMIN (because he overrides security) but not for user CICCIO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I leave blank (as in your suggestion),&amp;nbsp; CICCIO cannot access the document at all.&lt;/P&gt;&lt;P&gt;If I use a star (*) instead, the user can access the document ... but he can see only IT (same behaviour described in my post). This is the example of script using nothing for admin and the star (*) for CICCIO.&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;];&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition you can test that adding a new user (JACK) with an explicit permission on UK, then CICCIO is able to see everything (as expected). Please, try this dataload script to test (nothing changes from previous example .. but I added a new user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, JACK, JACK, UK&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY, ZONE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Lombardia&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Piemonte&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone2&amp;nbsp;&amp;nbsp; &lt;BR /&gt;];&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Isn't it weird?&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 15:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400209#M697528</guid>
      <dc:creator />
      <dc:date>2013-03-27T15:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section access and data reduction - ADMIN user has data reduced</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400210#M697529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is correct.&lt;BR /&gt;Star does not mean all - it means rather "all listed".&amp;nbsp; If the only explicitly listed is IT, the star includes only IT.&amp;nbsp; Yiu added use with UK - star includes IT and UK.&amp;nbsp; Blank includes all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 16:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400210#M697529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-27T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section access and data reduction - ADMIN user has data reduced</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400211#M697530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, now it's clear to me.&lt;/P&gt;&lt;P&gt;I misunderstood the meaning of "star" and your explaination is clear to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only concern is about CICCIO user.&lt;/P&gt;&lt;P&gt;According to your explaination using this script I expect a complete view on countries for CICCIO.&lt;/P&gt;&lt;P&gt;But when I try, CICCIO is no more able to access the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/CODE&gt;&lt;CODE class="jive-code"&gt;&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTRY, ZONE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Lombardia&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Piemonte&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, Zone2&amp;nbsp;&amp;nbsp; &lt;BR /&gt;];&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;In the meanwhile I'm trying to rewrite my security implementation using "Generic Keys" approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help!&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 17:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400211#M697530</guid>
      <dc:creator />
      <dc:date>2013-03-27T17:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section access and data reduction - ADMIN user has data reduced</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400212#M697531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently it doesn't work for ACCESS=USER.&amp;nbsp; You can either give CICCIO admin level, or repeat the line:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, COUNTRY&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, IT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CICCIO, CICCIO, UK&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, PLUTO, PLUTO, IT&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 20:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-and-data-reduction-ADMIN-user-has-data-reduced/m-p/400212#M697531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-27T20:46:58Z</dc:date>
    </item>
  </channel>
</rss>

