<?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 Section access including open access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84928#M13962</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 tricky requirement related to Section access - not sure if this is possible currently within QlikView. With Section Access, I was able to restrict the views/data based on the AD group which a user belongs. However, I need a default bucket which will provide access to everyone without any restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;Group1, Apple&lt;/P&gt;&lt;P&gt;Group2, Mango&lt;/P&gt;&lt;P&gt;*, Grape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to specify something like the third row, where any user who doesn't belong to Group 1 or 2 will be considered as the third group and it should show 'Grape'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Shamili&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2018 10:24:16 GMT</pubDate>
    <dc:creator>shamili_sekar</dc:creator>
    <dc:date>2018-03-26T10:24:16Z</dc:date>
    <item>
      <title>Section access including open access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84928#M13962</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 tricky requirement related to Section access - not sure if this is possible currently within QlikView. With Section Access, I was able to restrict the views/data based on the AD group which a user belongs. However, I need a default bucket which will provide access to everyone without any restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;Group1, Apple&lt;/P&gt;&lt;P&gt;Group2, Mango&lt;/P&gt;&lt;P&gt;*, Grape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to specify something like the third row, where any user who doesn't belong to Group 1 or 2 will be considered as the third group and it should show 'Grape'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Shamili&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 10:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84928#M13962</guid>
      <dc:creator>shamili_sekar</dc:creator>
      <dc:date>2018-03-26T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section access including open access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84929#M13963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK no because the wildcard * means an applying to all listed values and not to all existing values. This meant you need to add all users respectively usergroups to your section access table maybe by creating an additionally master-group in which all other groups are a member or by reading your active directory: &lt;A href="https://community.qlik.com/docs/DOC-19661"&gt;Active Directory: Extract Users and Groups&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84929#M13963</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-03-26T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section access including open access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84930#M13964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can if you use NTNAME as an identification field. Section Access using NTNAME will first try to match any explicit account IDs if they are available. If the ID isn't found or doesn't grant access because of other reasons (like data reduction), it will match the wildcard ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least, that's how it works if you enable Data Reduction and Strict Exclusion in a new document using this as a load script. Better check it out yourself before you select a mechanism.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NTNAME, ACCESS, LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;domain\Account1, ADMIN, BANANA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;domain\Account2, USER, ORANGE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;*, USER, NUTS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ReducedTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LINK, User&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;BANANA, Account1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NUTS, EveryOneElse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that when trying this script, ACCESS=ADMIN grants access to everything if other security measures (like data reduction) fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 14:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-including-open-access/m-p/84930#M13964</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-26T14:21:29Z</dc:date>
    </item>
  </channel>
</rss>

