<?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 Section access - exclude just one value! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/478453#M1267282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;I'm trying to implement section access/section application for a sales model.&lt;/P&gt;&lt;P&gt;Basically, I would like that the user could see all the customers except one (to keep all the data and reduce only one customer)!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have:&lt;/P&gt;&lt;P&gt;1) an admin that can see all the data, (ok, that's easy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) some user (sales manager) who can see all the data except one customer.&lt;/P&gt;&lt;P&gt;Suppose to have 4 customers (A,B,C,D) and 2 user who can see (A,B,C) but not D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i complete the section access?&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, USERID, PASSWORD, (Which command should use here? "OMIT", "REDUCTION", ???)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADM1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, PSW1, ??? ("NOT D"?, I've tried but doesn't work!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, PSW2, ???&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 Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me to complete the code, please!&lt;/P&gt;&lt;P&gt;Thanks soooo much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Section access - exclude just one value!</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/478453#M1267282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;I'm trying to implement section access/section application for a sales model.&lt;/P&gt;&lt;P&gt;Basically, I would like that the user could see all the customers except one (to keep all the data and reduce only one customer)!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have:&lt;/P&gt;&lt;P&gt;1) an admin that can see all the data, (ok, that's easy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) some user (sales manager) who can see all the data except one customer.&lt;/P&gt;&lt;P&gt;Suppose to have 4 customers (A,B,C,D) and 2 user who can see (A,B,C) but not D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i complete the section access?&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, USERID, PASSWORD, (Which command should use here? "OMIT", "REDUCTION", ???)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADM1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, PSW1, ??? ("NOT D"?, I've tried but doesn't work!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, PSW2, ???&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 Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me to complete the code, please!&lt;/P&gt;&lt;P&gt;Thanks soooo much!&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-exclude-just-one-value/m-p/478453#M1267282</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - exclude just one value!</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/478454#M1267285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no simple way to do this. But you can use Generic keys to achieve it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[Customer, OtherFields&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D,];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AuthorizationBridge:&lt;/P&gt;&lt;P&gt;Load Upper(Customer) as %CUSTOMER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Data;&lt;/P&gt;&lt;P&gt;Load Upper('&amp;lt;ALL&amp;gt;') as %CUSTOMER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Data;&lt;/P&gt;&lt;P&gt;Load Upper('&amp;lt;ALL BUT D&amp;gt;') as %CUSTOMER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Data Where Customer &amp;lt;&amp;gt; 'D';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;AuthorizationTable:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[ACCESS, USERID, PASSWORD, %CUSTOMER&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADM1, &amp;lt;ALL&amp;gt;&lt;/P&gt;&lt;P&gt;USER, USER1, PSW1, &amp;lt;ALL BUT D&amp;gt;&lt;/P&gt;&lt;P&gt;USER, USER2, PSW2, &amp;lt;ALL BUT D&amp;gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more on&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization"&gt;Complex Authorization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3451"&gt;Generic keys&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 13:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/478454#M1267285</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-13T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - exclude just one value!</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/478455#M1267289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too much complex for my current skills...&lt;/P&gt;&lt;P&gt;Anyway...so interesting! I will working on.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 18:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/478455#M1267289</guid>
      <dc:creator />
      <dc:date>2013-12-18T18:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - exclude just one value!</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/1584364#M1267293</link>
      <description>&lt;P&gt;Hello, I solved this problem by creating a new flag field.&lt;/P&gt;&lt;P&gt;I just used if-statement to check the field value.&lt;/P&gt;&lt;P&gt;In your case:&lt;/P&gt;&lt;P&gt;if (customer &amp;lt;&amp;gt; D,'TRUE','FALSE') as Flag.&lt;/P&gt;&lt;P&gt;Admin will see eveything anyways.&lt;/P&gt;&lt;P&gt;USER, USER1, PSW1,TRUE&lt;/P&gt;&lt;P&gt;Of course now your Section Access reduction field will be the new Flag-Field&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 08:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-exclude-just-one-value/m-p/1584364#M1267293</guid>
      <dc:creator>heiko_schmidt</dc:creator>
      <dc:date>2019-05-24T08:48:16Z</dc:date>
    </item>
  </channel>
</rss>

