<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874753#M1258076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azadeh, your field names should be:&lt;/P&gt;&lt;P&gt;Section Access;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, NTNAME, DIRECTORATECODE, DIRECTORATEDESCRIPTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, A\B, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, U1, A\B, B, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, U2, A\B, C, C&lt;/P&gt;&lt;P&gt;];Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also in your script use upper case names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iif you want to assure your values are upper you can do a nested load:&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, USERID, PASSWORD, NTNAME, Upper(DIRECTORATECODE) as DIRECTORATECODE, Upper(DIRECTORATEDESCRIPTION) as DIRECTORATEDESCRIPTION;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, NTNAME, DIRECTORATECODE, DIRECTORATEDESCRIPTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, A\B, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, U1, A\B, B, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, U2, A\B, C, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 15:31:39 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-04-21T15:31:39Z</dc:date>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874751#M1258071</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 am trying to set up SECTION ACCESS to restrict the access and each division can see only the related data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the data filtering doesn't work and I don't know why. I read all the forums but did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, NTNAME, UPPER(DirectorateCode), UPPER(DirectorateDescription)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, A\B, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, U1, A\B, B, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, U2, A\B, C, C&lt;/P&gt;&lt;P&gt;];Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also I selected "Initial Data Reduction based on Section Access" and strict exclusion&amp;nbsp; at the Document Properties / Opening tab.&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;Any idea why it is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874751#M1258071</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874752#M1258073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this,&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, USERID, PASSWORD, NTNAME, UPPER(DirectorateCode), UPPER(DirectorateDescription)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, A\B, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, U1, A\B, B, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, U2, A\B, C, C&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;UPPER(DirectorateCode), UPPER(DirectorateDescription)&lt;/P&gt;&lt;P&gt;A, A&lt;/P&gt;&lt;P&gt;B, B&lt;/P&gt;&lt;P&gt;C, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874752#M1258073</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-21T15:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874753#M1258076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azadeh, your field names should be:&lt;/P&gt;&lt;P&gt;Section Access;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, NTNAME, DIRECTORATECODE, DIRECTORATEDESCRIPTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, A\B, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, U1, A\B, B, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, U2, A\B, C, C&lt;/P&gt;&lt;P&gt;];Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also in your script use upper case names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iif you want to assure your values are upper you can do a nested load:&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, USERID, PASSWORD, NTNAME, Upper(DIRECTORATECODE) as DIRECTORATECODE, Upper(DIRECTORATEDESCRIPTION) as DIRECTORATEDESCRIPTION;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, NTNAME, DIRECTORATECODE, DIRECTORATEDESCRIPTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN, A\B, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, U1, A\B, B, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, U2, A\B, C, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874753#M1258076</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-21T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874754#M1258079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at ExampleA code is below. Here USER1 will see all the fields except SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="84262" alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/84262_2.png" style="width: 620px; height: 320px;" /&gt;&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, OMIT&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN,&lt;/P&gt;&lt;P&gt;USER, USER1, U1, SALES&lt;/P&gt;&lt;P&gt;USER, USER2, U2, WAREHOUSE&lt;/P&gt;&lt;P&gt;USER, USER3, U3, EMPLOYEES&lt;/P&gt;&lt;P&gt;USER, USER4, U4, SALES&lt;/P&gt;&lt;P&gt;USER, USER4, U4, WAREHOUSE&lt;/P&gt;&lt;P&gt;USER, USER5, U5, *&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;SALES, WAREHOUSE, EMPLOYEES, ORDERS&lt;/P&gt;&lt;P&gt;1, 2, 3, 4&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;Now look at Example B the code is below. USER1 here will only see the data for AFRICA.&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, REGION&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN,&lt;/P&gt;&lt;P&gt;USER, USER1, U1, AFRICA&lt;/P&gt;&lt;P&gt;USER, USER2, U2, AMERICA&lt;/P&gt;&lt;P&gt;USER, USER3, U3, ASIA&lt;/P&gt;&lt;P&gt;USER, USER4, U4, EUROPE&lt;/P&gt;&lt;P&gt;USER, USER5, U4, AMERICA&lt;/P&gt;&lt;P&gt;USER, USER5, U5, *&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;REGION, PROFIT&lt;/P&gt;&lt;P&gt;AFRICA, 1000&lt;/P&gt;&lt;P&gt;AMERICA, 2000&lt;/P&gt;&lt;P&gt;ASIA, 3000&lt;/P&gt;&lt;P&gt;EUROPE, 4000&lt;/P&gt;&lt;P&gt;OCEANIA, 5000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG __jive_id="84261" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84261_1.png" style="width: 620px; height: 321px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 22:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874754#M1258079</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-04-21T22:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874755#M1258082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Many thanks for your replies, my fields were lower case then I had to put upper() when I was retrieving data from database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;upper&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;DirectorateDescription&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;DIRECTORATEDESCRIPTION&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;…&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; sql&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; exec QlikviewEventSummary;&lt;BR /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 14:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/874755#M1258082</guid>
      <dc:creator />
      <dc:date>2015-04-22T14:44:52Z</dc:date>
    </item>
  </channel>
</rss>

