<?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: Users not having access after implementing section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1700153#M451164</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't know if it could be the problem, but consider that t&lt;SPAN&gt;he wildcard, character *, in this row refers only to all values within the section access table. If there are values in the section application that are not available in the&amp;nbsp;&lt;/SPAN&gt;REDUCTION&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;field in section access, they will be reduced.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2020 08:55:54 GMT</pubDate>
    <dc:creator>DesmoArka</dc:creator>
    <dc:date>2020-05-08T08:55:54Z</dc:date>
    <item>
      <title>Users not having access after implementing section access</title>
      <link>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1699194#M451112</link>
      <description>&lt;P&gt;Hello, I am trying to reduce users access using section access.&amp;nbsp; I only want users to see their respective business unit.&amp;nbsp; I have a file which I am loading users from.&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;Users:&lt;BR /&gt;LOAD 'USER' AS ACCESS,&lt;BR /&gt;UPPER(NTNAME) AS NTNAME,&lt;BR /&gt;UPPER(OPID) AS OPID,&lt;BR /&gt;UPPER(ORG) AS ORG&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\10_Data\User Testing\QVDs\Users.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Concatenate(Users)&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, NTNAME, OPID, ORG&lt;BR /&gt;ADMIN, DOMAIN\ADGROUP1 *, *&lt;BR /&gt;ADMIN, DOMAIN\ADGROUP2, *, *&lt;BR /&gt;ADMIN, DOMAIN\ADGROUP3, *, *&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Now my team is in ADGROUP1 and everyone can access the dashboard through accesspoint.&amp;nbsp; But users in ADGROUP2 cannot.&amp;nbsp; Also the list of users being pulled from the QVD are individual IDs not ADGroups in the form DOMAIN\OPID.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 18:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1699194#M451112</guid>
      <dc:creator>justcotto</dc:creator>
      <dc:date>2020-05-05T18:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Users not having access after implementing section access</title>
      <link>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1700153#M451164</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't know if it could be the problem, but consider that t&lt;SPAN&gt;he wildcard, character *, in this row refers only to all values within the section access table. If there are values in the section application that are not available in the&amp;nbsp;&lt;/SPAN&gt;REDUCTION&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;field in section access, they will be reduced.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 08:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1700153#M451164</guid>
      <dc:creator>DesmoArka</dc:creator>
      <dc:date>2020-05-08T08:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Users not having access after implementing section access</title>
      <link>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1705665#M451451</link>
      <description>&lt;P&gt;Believe the prior partner is spot on with their observation, strict exclusion is likely the issue in that if there are no values associated with a particular row related to the reduction fields, that would in turn lock out the user...&amp;nbsp; I would recommend reviewing the following Design Blog post for starters:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note, there are some additional links at the bottom of that one, two related to dynamic data reduction which you will also need to review.&amp;nbsp; The one thing you likely want to do here is the following piece noted in the post above:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A good way to debug your Section Access is to temporarily remove the Section Access statement and run the script. The authorization table will then be visible in the data model and you can make selections in NTNAME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You do this by commenting the Section Access; line of the script, which will then load your security table into the normal data model such that you can then add a list box for the NTNAME field and select a user to see what appears in the other key list boxes/fields as far as available selections, as if things are greyed out, then you know you have a problem in the model somewhere if they should be able to see some values etc.&amp;nbsp; We are working on getting a short video put together to demo this to better understand, but hopefully this will make sense in the meantime.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 13:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Users-not-having-access-after-implementing-section-access/m-p/1705665#M451451</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-27T13:35:11Z</dc:date>
    </item>
  </channel>
</rss>

