<?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 AW:Re: Section Access- Different Field restriction for Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144168#M716298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;now I have the problem that with this script&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;ACCESS,USERID,PASSWORD,OFFICE,EMPLOY&lt;/P&gt;&lt;P&gt;User,U1,U1,1,AAA&lt;/P&gt;&lt;P&gt;User,U2,U2,2,&lt;/P&gt;&lt;P&gt;User,U3,U3,,BBB];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;amount,OFFICE,EMPLOY,number_question&lt;/P&gt;&lt;P&gt;10000,1,AAA,10&lt;/P&gt;&lt;P&gt;1200,1,AAA,20&lt;/P&gt;&lt;P&gt;1400,2,BBB,30&lt;/P&gt;&lt;P&gt;1500,2,BBB,40&lt;/P&gt;&lt;P&gt;5600,1,BBB,50&lt;/P&gt;&lt;P&gt;7000,3,AAA,60&lt;/P&gt;&lt;P&gt;8000,3,CCC,70&lt;/P&gt;&lt;P&gt;9000,4,BBB,80];&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;and the strikly exclusion the user U2 and U3 can not open the document.&lt;/DIV&gt;&lt;DIV&gt;Have any suggestion?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 11:30:51 GMT</pubDate>
    <dc:creator>marcobombo</dc:creator>
    <dc:date>2010-09-21T11:30:51Z</dc:date>
    <item>
      <title>Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144160#M716285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, How would one go about setting up section access based on more than one Dimension/Field?&lt;/P&gt;&lt;P&gt;I have the setup below but need to add an additional restriction (lets Call it OFFICE with Office_X and Office_Y).When I add an Office field to the Application below I get an error load about a circular loop in my model.&lt;/P&gt;&lt;P&gt;Any idea on what the syntax should look like in order to restrict data on an 'Office field' as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;//Need to create a User that has access based on OFFICE?:&lt;BR /&gt; //Per Company&lt;BR /&gt;section Access;&lt;BR /&gt;LOAD * INLINE&lt;BR /&gt; [&lt;BR /&gt; ACCESS, USERID, PASSWORD, COMPANY&lt;BR /&gt; ADMIN, ADMIN, ADMIN&lt;BR /&gt; USER, PowerUser, letmein, *&lt;BR /&gt; USER, CompanyUser_X, letmein, X&lt;BR /&gt; USER, CompanyUser_Y_, letmein, Y&lt;BR /&gt;&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt; load * inline&lt;BR /&gt; [&lt;BR /&gt; COMPANY, Company&lt;BR /&gt; X, Company_X&lt;BR /&gt; Y, Company_Y&lt;BR /&gt;&lt;BR /&gt; ];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 18:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144160#M716285</guid>
      <dc:creator />
      <dc:date>2009-05-14T18:01:56Z</dc:date>
    </item>
    <item>
      <title>Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144161#M716287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I thinkk the code you mentionned here is owrking.&lt;/P&gt;&lt;P&gt;But you should add a label for your inline table. If you don't a new name will be created at each reload of the application.&lt;/P&gt;&lt;P&gt;I would also avoid to have two fields names company (it is working because of the case but I would avoid it).&lt;/P&gt;&lt;P&gt;If you have a loop in your application, I doubt that it is because of this part of script...&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 18:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144161#M716287</guid>
      <dc:creator />
      <dc:date>2009-05-14T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144162#M716289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please try the attached example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, USERID, PASSWORD, COMPANY,OFFICE&lt;BR /&gt;ADMIN, ADMIN, ADMIN, ,&lt;BR /&gt;USER, PowerUser, letmein, , OFFICE_X&lt;BR /&gt;USER, abc, abc, X , OFFICE_X&lt;BR /&gt;USER, xyz, xyz, Y ,OFFICE_Y ];&lt;/P&gt;&lt;P&gt;Section Application;&lt;BR /&gt;load * inline [COMPANY, Company&lt;BR /&gt; X, Company_X&lt;BR /&gt; Y, Company_Y ];&lt;BR /&gt;&lt;BR /&gt;Load * inline [OFFICE&lt;BR /&gt; OFFICE_X,&lt;BR /&gt; OFFICE_Y];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 19:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144162#M716289</guid>
      <dc:creator>manishkumar75</dc:creator>
      <dc:date>2009-05-14T19:04:17Z</dc:date>
    </item>
    <item>
      <title>Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144163#M716291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;I would rather use this code:&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;&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;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;section Access;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD * INLINE [ ACCESS, USERID, PASSWORD, COMPANY_OFFICE&lt;BR /&gt; ADMIN, ADMIN, ADMIN&lt;BR /&gt; USER, PowerUser, letmein, *&lt;BR /&gt; USER, Company User_X, letmein, X&lt;BR /&gt; USER, CompanyUser_Y_, letmein, Y ];&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Section Application;&lt;BR /&gt;&lt;BR /&gt; [Company_office]:&lt;BR /&gt; load * inline [&lt;BR /&gt; COMPANY_OFFICE, COMPANY, OFFICE&lt;BR /&gt; X, COMPANY_X, OFFICE_X&lt;BR /&gt; Y, COMPANY_Y, OFFICE_Y&lt;BR /&gt; Y, COMPANY_Y, OFFICE_Y2&lt;BR /&gt;&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; This way will help you to define different groups of companies and offices.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Pls keep me posted.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Sébastien&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 22:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144163#M716291</guid>
      <dc:creator />
      <dc:date>2009-05-14T22:14:18Z</dc:date>
    </item>
    <item>
      <title>Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144164#M716293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Sorry for the late reply this project was put on the back burner for a while ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for the suggestions, I ended up using Sebastien's implementation. Although not a requirement now; it will not surprise me that at somepoint I may need to have more than one group/office combo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144164#M716293</guid>
      <dc:creator />
      <dc:date>2009-06-02T14:04:31Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144165#M716295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks good if you can define all values in both fields.&lt;/P&gt;&lt;P&gt;My idea is to define one value with data, e.g. in the field company and a wildcard in the field office.&lt;/P&gt;&lt;P&gt;No such idea what it has to look like.&lt;/P&gt;&lt;P&gt;I testes&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;comany_office, company, office&lt;/P&gt;&lt;P&gt;X, company_x, *&lt;/P&gt;&lt;P&gt;Y, *, office_x&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;X, company_x,&lt;/P&gt;&lt;P&gt;Y,,office_x&lt;/P&gt;&lt;P&gt;but no match. In all cases the user can see....... no values.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 15:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144165#M716295</guid>
      <dc:creator />
      <dc:date>2010-06-21T15:00:25Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144166#M716296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marti,&lt;/P&gt;&lt;P&gt;I have the same prolem....have you resolved?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 10:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144166#M716296</guid>
      <dc:creator>marcobombo</dc:creator>
      <dc:date>2010-09-21T10:54:04Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144167#M716297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Using "*" in section access doesn't mean "all values for field" but "all listed values for field &lt;STRONG&gt;within&lt;/STRONG&gt; section access". If you want a user to get all information, set nothing instead the asterisk for any admin user, and as many lines as possible values for each user.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;EDIT: empty values will work for admin access, many lines will be needed for user access in case one user has access to more than one value in the reduction field, since this only allows one value per line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 11:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144167#M716297</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-21T11:00:31Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144168#M716298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;now I have the problem that with this script&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;ACCESS,USERID,PASSWORD,OFFICE,EMPLOY&lt;/P&gt;&lt;P&gt;User,U1,U1,1,AAA&lt;/P&gt;&lt;P&gt;User,U2,U2,2,&lt;/P&gt;&lt;P&gt;User,U3,U3,,BBB];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;amount,OFFICE,EMPLOY,number_question&lt;/P&gt;&lt;P&gt;10000,1,AAA,10&lt;/P&gt;&lt;P&gt;1200,1,AAA,20&lt;/P&gt;&lt;P&gt;1400,2,BBB,30&lt;/P&gt;&lt;P&gt;1500,2,BBB,40&lt;/P&gt;&lt;P&gt;5600,1,BBB,50&lt;/P&gt;&lt;P&gt;7000,3,AAA,60&lt;/P&gt;&lt;P&gt;8000,3,CCC,70&lt;/P&gt;&lt;P&gt;9000,4,BBB,80];&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;and the strikly exclusion the user U2 and U3 can not open the document.&lt;/DIV&gt;&lt;DIV&gt;Have any suggestion?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 11:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144168#M716298</guid>
      <dc:creator>marcobombo</dc:creator>
      <dc:date>2010-09-21T11:30:51Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144169#M716299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I probably misled you with my previous post, the writing was confusing or incomplete.&lt;/P&gt;&lt;P&gt;As only one value per field is allowed in section access, should you want one user to get results from more than one value of that field (OFFICE or EMPLOY) you will need to add as many lines as values you want to get.&lt;/P&gt;&lt;P&gt;On the other hand, I've never used more than one reduction field, and if needed I've created a new table so one value in section access identifies one record in the reduction table. That may be causing some issues in your scenario.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 11:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144169#M716299</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-21T11:48:01Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144170#M716300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you one example? with cases where one user can see all data in one field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144170#M716300</guid>
      <dc:creator>marcobombo</dc:creator>
      <dc:date>2010-09-21T13:19:55Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144171#M716301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is the basic one, but works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SECTION ACCESS; STAR IS *; Users: // label not needed, just for traceabilityLOAD * INLINE [ACCESS, USERID, PASSWORD, CODE ADMIN, ADMIN, ADMINUSER, USER1, USER1, ESUSER, USER2, USER2, USUSER, USER3, USER3, RUUSER, USER4, USER4, BRUSER, USER4, USER4, DEUSER, USER5, USER5, *]; SECTION APPLICATION; Countries:LOAD * INLINE [CODE, NameES, SpainBR, BrazilUS, United StatesRU, RussiaFR, FranceDE, GermanyUK, United KingdomIE, Ireland];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In this example, ADMIN will be able to see all countries. All users are allowed to see just one country except for USER4, who is allowed to see both BR and DE, and -at the moment- USER5 who is allowed to see all listed values (ES, US, RU, BR, DE) but not all values (not allowed to FR, UK, IE).&lt;/P&gt;&lt;P&gt;Now say you want USER6 to be able to see all countries. Then, the following lines must be added to the section access script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;USER, USER6, USER6, FRUSER, USER6, USER6, UKUSER, USER6, USER6, IEUSER, USER6, USER6, *&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now, once that USER6 is added, USER5 will also be allowed to see all countries, because all posible values for "Code" are listed in the section access. Further users with access to all countries will only need one line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;USER, USER7, USER7, *&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Say you want restrict USER5 to see only IE, then you have to change its line to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;USER, USER5, USER5, IE&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Finally, the complete script will look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SECTION ACCESS; STAR IS *; Users: // label not needed, just for traceability LOAD * INLINE [ ACCESS, USERID, PASSWORD, Code ADMIN, ADMIN, ADMIN USER, USER1, USER1, ES USER, USER2, USER2, US USER, USER3, USER3, RU USER, USER4, USER4, BR USER, USER4, USER4, DE USER, USER5, USER5, IEUSER, USER6, USER6, FRUSER, USER6, USER6, UKUSER, USER6, USER6, IEUSER, USER6, USER6, *USER, USER7, USER7, *]; SECTION APPLICATION; Countries: LOAD * INLINE [ Code, Name ES, SpainBR, BrazilUS, United StatesRU, RussiaFR, FranceDE, GermanyUK, United KingdomIE, Ireland];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144171#M716301</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-21T13:34:12Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144172#M716302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;thanks for the example, it works but you must write CODE and not Code &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;But my problem is not when I have one field to reduce the data, but more fields.&lt;/P&gt;&lt;P&gt;I try this script for my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD, CODE&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ps&lt;/P&gt;&lt;P&gt;USER, USER0, ps,ES-Madrid&lt;/P&gt;&lt;P&gt;USER, USER1, ps, ES-Barcellona&lt;/P&gt;&lt;P&gt;USER, USER2, ps, UK-London&lt;/P&gt;&lt;P&gt;USER, USER3, ps, ES-all&lt;/P&gt;&lt;P&gt;USER, USER4, ps, all-all&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STAR IS *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CODE, Nation, City&lt;/P&gt;&lt;P&gt;ES-Barcellona, Spain, Barcellona&lt;/P&gt;&lt;P&gt;ES-Madrid, Spain, Madrid&lt;/P&gt;&lt;P&gt;UK-London, United Kingdom, London&lt;/P&gt;&lt;P&gt;ES-all, Spain, *&lt;/P&gt;&lt;P&gt;all-all, *, *&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Logicaly it must work (in my mind :-))&lt;/P&gt;&lt;P&gt;can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your patience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 15:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144172#M716302</guid>
      <dc:creator>marcobombo</dc:creator>
      <dc:date>2010-09-21T15:20:17Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Section Access- Different Field restriction for Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144173#M716303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;marcobombo wrote:thanks for the example, it works but you must write CODE and not Code&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Checked.&lt;/P&gt;&lt;P&gt;And yes, that's the only way to get more than one field in section access, creating a key that identifies every possible combination you want the information be reduced, and use that key as reduction field, instead of CODE in my sample above.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 15:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Different-Field-restriction-for-Filter/m-p/144173#M716303</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-23T15:09:15Z</dc:date>
    </item>
  </channel>
</rss>

