<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961071#M1220106</link>
    <description>&lt;P&gt;Thanks Or! Looks like someone had unticked the reduction box that had been previously set. Explains why it was working and stopped&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, saved me hours of confusion!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2022 11:32:03 GMT</pubDate>
    <dc:creator>neil-devlin</dc:creator>
    <dc:date>2022-07-27T11:32:03Z</dc:date>
    <item>
      <title>Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961045#M1220103</link>
      <description>&lt;P&gt;Hi, wondering if anyone can help me out with section access. This appeared to be working but has since stopped and I am not sure why. I use the following logic to create my section access:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Star is *;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt;UPPER(ACCESS) AS ACCESS, &lt;BR /&gt;UPPER(NTNAME) AS NTNAME, &lt;BR /&gt;UPPER(GROUP) AS GROUP&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;[\\hgvnas2\appdata\Qlikview\RIS\security\qv-usersecurity_test.csv]&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;List:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt;'ALL' AS GROUP,&lt;BR /&gt;BDM &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt; $(vSourceDataFilePath)qvd\BDM.csv&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ' ', msq);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Concatenate(List)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;BR /&gt;BDM AS GROUP,&lt;BR /&gt;BDM&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt; $(vSourceDataFilePath)qvd\BDM.csv&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ' ', msq);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This loads in a sheet of users with a group field contening the BDM field value they should see. These values are populated from a list of BDM values with the group 'ALL' having a record for every BDM value.&lt;/P&gt;
&lt;P&gt;for example here is my table for BDM value 'CIARAN HAREN',&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neildevlin_0-1658919738020.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85224iFA9B41FED6B65194/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neildevlin_0-1658919738020.png" alt="neildevlin_0-1658919738020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 2 entries one for the group 'CIARAN HAREN' and one for the group 'ALL', so if create a value for that username with the group 'CIARAN HAREN' I would expect it to reduce the data set to that BDM value only&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neildevlin_1-1658919797878.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85225i7C0267D6A80B9625/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neildevlin_1-1658919797878.png" alt="neildevlin_1-1658919797878.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However when I load the app I can see all BDM values, when logging in as this user on Access Point, regardless of the section access I have set. Any idea what I'm missing?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961045#M1220103</guid>
      <dc:creator>neil-devlin</dc:creator>
      <dc:date>2022-07-27T11:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961050#M1220104</link>
      <description>&lt;P&gt;Couple of things to check to start with:&lt;/P&gt;
&lt;P&gt;1) Is the user you are testing with in an additional group with ALL permissions (If memory serves, NTName applies to both user and group names from Active Directory)?&lt;/P&gt;
&lt;P&gt;2) Are other users working as expected? If not, did you possibly not check the document's "Initial data reduction" setting?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1658920110934.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85226i484640CCC14494E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1658920110934.png" alt="Or_0-1658920110934.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961050#M1220104</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-27T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961071#M1220106</link>
      <description>&lt;P&gt;Thanks Or! Looks like someone had unticked the reduction box that had been previously set. Explains why it was working and stopped&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks, saved me hours of confusion!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 11:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-not-working/m-p/1961071#M1220106</guid>
      <dc:creator>neil-devlin</dc:creator>
      <dc:date>2022-07-27T11:32:03Z</dc:date>
    </item>
  </channel>
</rss>

