<?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 with multiple dimensions - how to design in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487691#M182175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just add two reducing fields in the Section Access - no Generic Keys - it will work. Sort of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work as long as a user only has &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;one line in the authorization table&lt;/EM&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User, Product, Country&lt;/P&gt;&lt;P&gt;A, X, DE&lt;/P&gt;&lt;P&gt;B, Z, SE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the second a user has several lines, you will get problems. Or rather&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, QlikView will not always do what you want. So, if you have a user that is allowed to see product X in Germany &lt;EM&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/EM&gt; product Y in France, you might create an authorization table like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User, Product, Country&lt;/P&gt;&lt;P&gt;A, X, DE&lt;/P&gt;&lt;P&gt;A, Y, FR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will reduce data, but not the way you want it to. You want to see transactions fulfilling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Product=’X’ AND Country=’DE’) OR (Product=’Y’ AND Country=’FR’)&lt;/P&gt;&lt;P&gt;but you will instead get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Product=’X’ OR Product=’Y') AND (Country=’DE’ OR Country=’FR’)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is to use Generic Keys, as described in &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization&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>Thu, 09 Jan 2014 13:10:59 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2014-01-09T13:10:59Z</dc:date>
    <item>
      <title>Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487690#M182174</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;I've already read the Generic keys document (technical brief), but I'm still not sure whether I need or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the data model has a visible SECTION_ACCESS table that is connected to a link table called VIEW_ALL_ASSIST via a field called ID_A. This link table is then connected to the "old" data with the same ID.&lt;/P&gt;&lt;P&gt;Now I would like to enhance the section access with a new part of data, that is not (and shall not be) connected to the existing. Only the section access shall connect the user's rights to see both certain ID_As and newly introduced ID_Bs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this? I thought of creating a second VIEW_ALL_ASSIST table that connects the section access with the new data. Is that solution possible without a generic key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487690#M182174</guid>
      <dc:creator />
      <dc:date>2014-01-09T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487691#M182175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just add two reducing fields in the Section Access - no Generic Keys - it will work. Sort of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work as long as a user only has &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;one line in the authorization table&lt;/EM&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User, Product, Country&lt;/P&gt;&lt;P&gt;A, X, DE&lt;/P&gt;&lt;P&gt;B, Z, SE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the second a user has several lines, you will get problems. Or rather&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, QlikView will not always do what you want. So, if you have a user that is allowed to see product X in Germany &lt;EM&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/EM&gt; product Y in France, you might create an authorization table like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User, Product, Country&lt;/P&gt;&lt;P&gt;A, X, DE&lt;/P&gt;&lt;P&gt;A, Y, FR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will reduce data, but not the way you want it to. You want to see transactions fulfilling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Product=’X’ AND Country=’DE’) OR (Product=’Y’ AND Country=’FR’)&lt;/P&gt;&lt;P&gt;but you will instead get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Product=’X’ OR Product=’Y') AND (Country=’DE’ OR Country=’FR’)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is to use Generic Keys, as described in &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization&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>Thu, 09 Jan 2014 13:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487691#M182175</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-09T13:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487692#M182176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set up my section access if a user has several entries per product and country, e.g.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AT&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To say it again, both dimensions are not connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487692#M182176</guid>
      <dc:creator />
      <dc:date>2014-01-09T14:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487693#M182177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically it is pretty much exactly like described in the &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization"&gt;blog post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, maintain the authorization table using generic symbols, like&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Authorization.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51298_Authorization.png" /&gt;&lt;/P&gt;&lt;P&gt;Then load it like described in the blog post. You need to create a composite key of Product and Country from the table where these two exist, most likely the most detailed fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487693#M182177</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-09T14:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487694#M182178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ok, then I misinterpreted the &amp;lt;ANY&amp;gt; entries in the blog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487694#M182178</guid>
      <dc:creator />
      <dc:date>2014-01-09T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487695#M182179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a long time, I would like to come back to this topic again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is, that the section access is working, but only with a dirty workaround. I solved the problem by giving my own admin user rights for each and every entry in the access table, too, instead of using &amp;lt;VIEW_ALL&amp;gt; or &amp;lt;ANY&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the table looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User&amp;nbsp;&amp;nbsp;&amp;nbsp; PARTY_ID&amp;nbsp;&amp;nbsp;&amp;nbsp; TERRITORY_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(me)&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(me)&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(me)&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Also, my data model does not look like the ones I saw here in the community. I have two reducing fields, but the data that is connected to those reducing fields are not connected. Hope that this is understandable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="model_for_section_access.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60693_model_for_section_access.png" style="width: 620px; height: 186px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So there are two bridge tables from the SECTION_ACCESS table to the data model, one for each part of the application. The data for each part is not connected, so the user either works on one sheet of the application with PARTY_ID related data or on another sheet of the application with TERRITORY_ID related data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Question is now, how can I set up the section access correctly, so that my admin user does not need access to each and every single entry in the section access? Please be aware that a user can have access to e.g. 18 PARTY_IDs and only 2 TERRITORY_IDs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 07:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487695#M182179</guid>
      <dc:creator />
      <dc:date>2014-06-17T07:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487696#M182180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not use ADMIN if you want data reduction. The logic for ADMIN users is that the reduction is made only if possible: If the reduction fails, it isn't made and the ADMIN gets to see everything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, you should use UPPER case in your section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the PARTY_ID and TERRITORY_ID are uncorrelated in the data, I don't see why a simple section access the way you have it wouldn't work. An alternative is to use several tables in section access e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load ACCESS, NTNAME, NTNAME as USERKEY From ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load USERKEY, PARTY_ID From ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load USERKEY, TERRITORY_ID From ...&lt;/P&gt;&lt;P&gt;Where T1 and T2 have different number of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields&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>Tue, 17 Jun 2014 08:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487696#M182180</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-17T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487697#M182181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still having issues with the section access. I received a ticket that a user can only see 200 instead of 600 parties. As I still needed to redesign the SA, I did the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed both VIEW_ALL_TABLES that served as a bridge between SA and data.&lt;/P&gt;&lt;P&gt;That is the SA relevant code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;party_tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;num#(PARTY_ID) as PARTY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ..\QVD\customers.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;territory_tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TerritoryId as TERRITORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ..\QVD\territory.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SECTION_ACCESS:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACCESS,NTNAME,PARTY_ID, TERRITORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,DOMAIN\FUNC.QVTISE, *, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,DOMAIN\NAME1, *, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,DOMAIN\NAME2, *, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;concatenate(SECTION_ACCESS)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if ([PARTY_ID_all]=1,'ADMIN','USER') as ACCESS,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NTNAME, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if ([PARTY_ID_all]=1,'*',num#(PARTY_ID)) as PARTY_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if ([PARTY_ID_all]=1,'*',UPPER(TerritoryId)) as TERRITORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ..\QVD\ACCESS_TABLE.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where NTNAME&amp;lt;&amp;gt;'*';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Trace Write SectionAccess;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;section access;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; UPPER(ACCESS) as ACCESS,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; UPPER(NTNAME) as NTNAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; PARTY_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; UPPER(TERRITORY_ID) as TERRITORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; resident SECTION_ACCESS;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;section application;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table party_tmp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table territory_tmp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is how it looks like (excerpt)&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="600"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="80"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="252"&gt;NTNAME&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="80"&gt;PARTY_ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="188"&gt;TERRITORY_ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:VIEW_USER@COMPANY.COM"&gt;VIEW_USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;*&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;DOMAIN\FUNC.QVTISE&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="80"&gt;*&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323183&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323186&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323187&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323188&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323189&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323199&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="80"&gt;USER&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="252"&gt;&lt;SPAN&gt;DOMAIN\&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:USER@COMPANY.COM"&gt;USER@COMPANY.COM&lt;/A&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="80"&gt;5323204&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="188"&gt;23TD00000000FLVMA4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data model change:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="export.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69529_export.png" style="width: 620px; height: 306px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New issue is now, that when I reload via MMC, the ADMIN users are locked out the document, normal users can access it. What might be the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487697#M182181</guid>
      <dc:creator />
      <dc:date>2014-10-23T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487698#M182182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why the ADMINs are locked out, I don't understand. So, to debug, I would remove the "Section Access" statement to see what the Section Access table really looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, you should not use several reducing fields. See more in &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/02/data-reduction-using-multiple-fields&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>Thu, 23 Oct 2014 12:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487698#M182182</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-10-23T12:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487699#M182183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a bit confused now, because a little bit up you said that I don't need generic keys, as both reducing fields don't have a correlation. Or is my understanding wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 13:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487699#M182183</guid>
      <dc:creator />
      <dc:date>2014-10-23T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487700#M182184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having two reducing fields will cause some problems. First, if you have a user on two lines, e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, REGION,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODUCT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NUT&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOLT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would expect that the user X can see NUTs in A and BOLTs in B, but not the other way around. But this is not how QlikView interprets the table. Instead X will see NUTs and BOLTs in both A and B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, the two fields are uncorrelated, so it should work anyway. So the above statement is correct. I just mentioned it since I think it is bad practice to use several reducting fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487700#M182184</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-10-23T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487701#M182185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no working solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to follow your suggestion loading the section access in three tables, Main, T1, T2. This only works as long as the 'Section Access;' and 'Section Application' commands are commented.&lt;/P&gt;&lt;P&gt;As soon as I activate them, I receive a General Script error at the end of the load. Do you have an idea what this might be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="datamodel.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69904_datamodel.png" /&gt;&lt;/P&gt;&lt;P&gt;That's an excerpt of the data model if the section access tables are loaded as normal tables.&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;That is the script to load it (I added few comments that are not part of the regular code):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Temp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ACCESS,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; NTNAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; PARTY_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; PARTY_ID_all&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; TERRITORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM ..\QVD\ref_SF_ter_ACCESS_TABLE.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE NTNAME&amp;lt;&amp;gt;'*';&lt;/EM&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;EM&gt;SECTION Access;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Main:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD DISTINCT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 'USER' as ACCESS,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; NTNAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; NTNAME as USERKEY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT Temp;&lt;/EM&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;EM&gt;concatenate (Main)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [ &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACCESS, NTNAME, USERKEY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,ROOT\FUNC.QVTISE, ROOT\FUNC.QVTISE //publisher user&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,QVD1HW\JENS, QVD1HW\JENS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,QVD1HW\ADMQV, QVD1HW\ADMQV&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ADMIN,QVD1HW\MARKUS, QVD1HW\MARKUS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;... //more ADMINS here&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD DISTINCT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; NTNAME as USERKEY,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(PARTY_ID_all = 1,'*',num#(PARTY_ID)) as PARTY_ID //VIEW_ALL users (PARTY_ID_all flag set to 1) shall get a row with a '*', all others the PARTY_IDs in number format&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT Temp;&lt;/EM&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;EM&gt;CONCATENATE (T1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [ &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;USERKEY, PARTY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ROOT\FUNC.QVTISE, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVD1HW\JENS, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVD1HW\ADMQV, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVD1HW\MARKUS, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;... //more ADMINS here&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&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;EM&gt;T2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; NTNAME as USERKEY,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if([PARTY_ID_all]=1,'*',UPPER(TerritoryId)) as TERRITORY_ID //same as for PARTY_IDs. VIEW_ALL users (PARTY_ID_all flag set to 1) shall get a row with a '*', all others the TERRITORY_IDs&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Temp;&lt;/EM&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;EM&gt;concatenate (T2)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [ &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;USERKEY, TERRITORY_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ROOT\FUNC.QVTISE, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVD1HW\JENS, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVD1HW\ADMQV, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;QVD1HW\MARKUS, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;... //more ADMINS here&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SECTION Application;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;drop table Temp;&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;Thanks a lot!&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487701#M182185</guid>
      <dc:creator />
      <dc:date>2014-10-29T06:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section access with multiple dimensions - how to design</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487702#M182186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henric? Are you there? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-dimensions-how-to-design/m-p/487702#M182186</guid>
      <dc:creator />
      <dc:date>2014-10-30T13:03:48Z</dc:date>
    </item>
  </channel>
</rss>

