<?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 on multiple disjunct fields using Generic Keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-on-multiple-disjunct-fields-using-Generic-Keys/m-p/608457#M1265149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get it to work. Is it even possible to apply section access like I described above? &lt;/P&gt;&lt;P&gt;As stated above, since (in some constellations) there is no association between some fields I (simply put) would like users to either see everything for field A or field B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in below image, can I get user 508 (GLPCA.VKGRP) to see PC3000 (GLPCA.PRCTR) even if there is no association between the data?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="glpca.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56870_glpca.PNG.png" style="width: 620px; height: 70px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 06:36:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-09T06:36:57Z</dc:date>
    <item>
      <title>Section Access on multiple disjunct fields using Generic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-multiple-disjunct-fields-using-Generic-Keys/m-p/608456#M1265145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling with the following task: I need to create a section access setup using &lt;STRONG&gt;OR&lt;/STRONG&gt; combinations. I have gone through the complex authorization blog post and also the pdf on generic keys but I can't apply the info to my needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three SAP tables GLPCA, BSAD and VBRP.&lt;/P&gt;&lt;P&gt;GLPCA and VBRP both have two fields called &lt;STRONG&gt;PRCTR&lt;/STRONG&gt; (&lt;STRONG&gt;&lt;EM&gt;Profitcenter&lt;/EM&gt;&lt;/STRONG&gt;) and &lt;STRONG&gt;VKGRP&lt;/STRONG&gt; (&lt;STRONG&gt;&lt;EM&gt;SalesGroup&lt;/EM&gt;&lt;/STRONG&gt;). &lt;STRONG&gt;VKGRP&lt;/STRONG&gt; represents the&lt;EM&gt; individual user&lt;/EM&gt; on where I want to apply the "most basic" section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I need to lookup &lt;STRONG&gt;discount&lt;/STRONG&gt; values for the &lt;STRONG&gt;VKGRP&lt;/STRONG&gt; - but in GLPCA these are booked on a standard PRCTR (3000 or DUMMY) and also &lt;EM&gt;&lt;STRONG&gt;don't&lt;/STRONG&gt;&lt;/EM&gt; contain the VKGRP.&lt;/P&gt;&lt;P&gt;Using BSAD as a lookup-table I can retrieve the discount values from the &lt;STRONG&gt;VBRP&lt;/STRONG&gt; table with the &lt;STRONG&gt;REFDOCNR&lt;/STRONG&gt;. In VBRP I then have the correct PRCTR and VKGRP for all discount values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applying section access only on the VKGRP of GLPCA will make the discount values disappear so now my best guess is to create a&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;disjunction&lt;/STRONG&gt; between GLPCA.VKGRP and VBRP.VKGRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I link the NTNAME johndoe to VKGRP 508 he should be able to see all the PRCTRs (and thus including the discount values) where at least one of the two VKGRPs is assigned to 508.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be the most basic section access I need.&lt;/P&gt;&lt;P&gt;Additionally some users are not only restricted by VKGRP but also by GLPCA.RACCT (Account number).&lt;/P&gt;&lt;P&gt;And then I will also have users that are allowed to see everything but only based on a defined set of PRCTRs (meaning PRCTRs of one or both tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how I believe the restrictions need to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;ACCESS, USERID, PASSWORD, GLPCA.PRCTR, GLPCA.VKGRP, VBRP.PRCTR, VBRP.VKGRP, GLPCA.RAACT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;ADMIN, ADMIN, ADMIN, &amp;lt;ANY&amp;gt;, &amp;lt;ANY&amp;gt;, &amp;lt;ANY&amp;gt;, &amp;lt;ANY&amp;gt;, &amp;lt;ANY&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;USER, john, 1, &amp;lt;ANY&amp;gt;, 508, &amp;lt;ANY&amp;gt;, 508,&amp;nbsp; &amp;lt;ANY&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;USER, paul, 2,&lt;STRONG&gt; PC3100;PC3400&lt;/STRONG&gt;, &amp;lt;ANY&amp;gt;, &lt;STRONG&gt;PC3100;PC3400&lt;/STRONG&gt;, &amp;lt;ANY&amp;gt;, &amp;lt;ANY&amp;gt;&lt;/P&gt;&lt;P&gt;USER, dave, 3, &amp;lt;ANY&amp;gt;, 524, &amp;lt;ANY&amp;gt;, 524, &lt;STRONG&gt;0050000000;0053040300&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Please see attached qvw for a small sample application or follow this link &lt;A href="http://pastebin.com/wdK6pW7N" target="_blank"&gt;http://pastebin.com/wdK6pW7N&lt;/A&gt; if you can't open the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that you can give me a better understanding on how to apply the concept based on my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I have created a very similar question here: &lt;A href="https://community.qlik.com/message/484905" target="_blank"&gt;combine tables to create new rows/columns based on logic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But this might be confusing so please stick to this thread here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&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-on-multiple-disjunct-fields-using-Generic-Keys/m-p/608456#M1265145</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on multiple disjunct fields using Generic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-multiple-disjunct-fields-using-Generic-Keys/m-p/608457#M1265149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get it to work. Is it even possible to apply section access like I described above? &lt;/P&gt;&lt;P&gt;As stated above, since (in some constellations) there is no association between some fields I (simply put) would like users to either see everything for field A or field B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in below image, can I get user 508 (GLPCA.VKGRP) to see PC3000 (GLPCA.PRCTR) even if there is no association between the data?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="glpca.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56870_glpca.PNG.png" style="width: 620px; height: 70px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-multiple-disjunct-fields-using-Generic-Keys/m-p/608457#M1265149</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:36:57Z</dc:date>
    </item>
  </channel>
</rss>

