<?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 dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438917#M1325110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea what these Levels represent or how they are used in your data model. Maybe you can attempt a solution like specified below. If no, please provide more details about your document or upload a representative sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a field containing a concatenation of Level1 Level2 Level3 Level4. If any of the later levels are NULL, then stop at the next lower level. Every fact record should have one field value.&lt;/LI&gt;&lt;LI&gt;Add these field values to your SA table, or if the mix is too complex, create a translation table in Section Application that maps User IDs to all levels to which access should be granted.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 11:37:53 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-10-26T11:37:53Z</dc:date>
    <item>
      <title>Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438916#M1325106</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 have a section access requirement like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;If ACCESS = Admin, then grant full access to NTNAME ( access to all Levels- Level 1, Level 2, Level 3, Level 4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt;If ACCESS = USER, then grant access to NTNAME as per Level 4 (make sure it has some value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; If Level 4 is empty then then grant access to NTNAME as per Level 3 (make sure it has some value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; If Level 4 &amp;amp; Level 3&amp;nbsp; are empty then then grant access to NTNAME as per Level 2 (make sure it has some value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt; If Level 4 &amp;amp; Level 3 &amp;amp;&amp;nbsp; Level 2 are empty then then grant access to NTNAME as per Level 1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt;My data is a single excel sheet and each level has some distinct values (say 200). How to handle this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; text-indent: 0.5in; font-size: 10pt;"&gt;Divya&lt;BR /&gt;&lt;/SPAN&gt;&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-dimensions/m-p/1438916#M1325106</guid>
      <dc:creator>qdivyact</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438917#M1325110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea what these Levels represent or how they are used in your data model. Maybe you can attempt a solution like specified below. If no, please provide more details about your document or upload a representative sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a field containing a concatenation of Level1 Level2 Level3 Level4. If any of the later levels are NULL, then stop at the next lower level. Every fact record should have one field value.&lt;/LI&gt;&lt;LI&gt;Add these field values to your SA table, or if the mix is too complex, create a translation table in Section Application that maps User IDs to all levels to which access should be granted.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438917#M1325110</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-26T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438918#M1325114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Cambria',serif; color: #2e75b6;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Cambria',serif; color: #2e75b6;"&gt;Level hierarchies starting from &lt;/SPAN&gt;Level 1 d&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Cambria',serif; color: #2e75b6;"&gt;own to Level 4. We can visualize these levels as below, meaning if there is no Level 1 (Country) there cannot be other Levels (Region, State, City)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="133"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="69"&gt;Level 1&lt;/TD&gt;&lt;TD width="64"&gt;Country&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Level 2&lt;/TD&gt;&lt;TD&gt;Region&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Level 3&lt;/TD&gt;&lt;TD&gt;State&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Level 4&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438918#M1325114</guid>
      <dc:creator>qdivyact</dc:creator>
      <dc:date>2017-10-26T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438919#M1325117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As with everything in QlikView and due to the explicit-value-linking-associative logic of QlikView, you cannot select *nothing* (i.e. NULL) in the User Interface. Nor can you connect SA permissions to *nothing*. If you subsequently reduce your document, all those values will get thrown out anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace them with some default value, like 'missing' or 'unknown'. If you don't like those values to appear in your listboxes and other objects, create Level X field copies in which you replace *nothing* with the selected default string value. Then create the concatenated Level X path from those values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438919#M1325117</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-26T15:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438920#M1325121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like the 4 Levels are part of a hierarchy in a tree structure. You could add a field where you calculate the number of childs for each item, and than grant access to items with 0 childs only, the leaf level items.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438920#M1325121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438921#M1325124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am posting a sample data of my requirement.&lt;/P&gt;&lt;P&gt;there are two excel sheets.&lt;/P&gt;&lt;P&gt;one is Data - Data.xlsx - contains users data&lt;/P&gt;&lt;P&gt;other one is Section Access file - Section Access Data.xlsx - this tells which user should access what.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="216" style="width: 702px; height: 221px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;NTName&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="113"&gt;Level 1 (Country)&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="110"&gt;Level 2 ( Region)&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="99"&gt;Level 3 ( State)&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="87"&gt;Level 4 (City)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Atlanta&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Rajasthan&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;E&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Patna&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;F&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;North&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;G&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Japan&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;H&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Kyushu&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the above table.&lt;/P&gt;&lt;P&gt;If ADMIN - Grant full access to all Country, Region, State, City &lt;/P&gt;&lt;P&gt;If&amp;nbsp; USER check for below scenarios&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check if he has an entry in City, if yes grant access to that City. say USER C must see only Atlanta data&lt;/LI&gt;&lt;LI&gt;If city is null, then check if he has an entry in State, if yes grant access to that State. USER D must see only Rajasthan Data&lt;/LI&gt;&lt;LI&gt;If both City and State is null, then Check for Region, if he has an entry in Region, then grant access to that Region. USER F must see only North Region Data&lt;/LI&gt;&lt;LI&gt;If City, State, Region is null, then go for Country check and grant access to that Country data.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438921#M1325124</guid>
      <dc:creator>qdivyact</dc:creator>
      <dc:date>2017-10-27T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438922#M1325127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still, an important distintion is left undefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;If both City and State is null, then Check for Region, if he has an entry in Region, then grant access to that Region. USER F must see only North Region Data&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Should USER F have access to &lt;EM&gt;all North reqions in all countires&lt;/EM&gt;? If Yes, then there are 16 possible connections for every facts record. If No, then there are only 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438922#M1325127</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-27T12:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438923#M1325129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No he should see only North region data of his Country, which is Japan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438923#M1325129</guid>
      <dc:creator>qdivyact</dc:creator>
      <dc:date>2017-10-27T12:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438924#M1325130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So all lower levels are always specified (although they are not in your example). For example, to which country does Atlanta belong to according to your Section Access data? Also Japan? Because that's the only country available in your Excel data source...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you expand your Section Access Data.xlsx source file to include values for all lower levels, then we create 5 mapping records for each row in Data.xlsx (Number of Level columns+1). For row 10 this set becomes (assuming imaginary wildcards for all missing level values):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1= /Japan/North/Hokkaido/Otaru&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2= /Japan/North/Hokkaido&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3= /Japan/North&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4= /Japan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5= /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since USER F will have a corrected SA specification of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;/Japan/North&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are able to connect USER F to row 3 of your mapping data. USER A qnd USER B will be linked to mapping data row 5 and they will see this Data row as well. The others won't because there is no match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: as I already stated before, you will have to merge all Level values into a single consistent Level Patch field for this mechanism to work. Of course, you are free to leave the original Level X fields as they are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Multiple-dimensions/m-p/1438924#M1325130</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-27T13:04:21Z</dc:date>
    </item>
  </channel>
</rss>

