<?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 DYNAMIC SECTION ACCESS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340116#M1171455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I found my issue, when building section access with windows authentication you must provide the column NTDOMAINSID and if you are providing/populating the USERID column you must put an * or valid id into the NTDOAMINSID column otherwise you will lock yourself out of the document.&amp;nbsp; At least that is the conclusion that I came to and things now work properly after populating the fields in this manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 20:02:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-08T20:02:38Z</dc:date>
    <item>
      <title>DYNAMIC SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340114#M1171453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to qlikview and want to add dynamic section access.&amp;nbsp; My data contains the sales rep's email and so I want to build section access with all my sales people and their email from active directory so that it will restrict the data to only their customers.&amp;nbsp; I have built a qvd of all the network accounts and group memberships so that I can get the users id and email where they belong to certain groups(ie sales).&amp;nbsp; My thought was that I could query this qvd to build a section access list.&amp;nbsp; However, I can't get it to work and was wondering if someone could point out what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* load all the memberships from the network */&lt;/P&gt;&lt;P&gt;NTGROUPS:&lt;BR /&gt;LOAD GroupDN, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserDN, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserName, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Email, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserDN1, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GroupName&lt;BR /&gt;FROM&lt;BR /&gt;AD_USERGROUPS.QVD&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Create a table for user access */&lt;/P&gt;&lt;P&gt;/* start out with hard coded id's */&lt;/P&gt;&lt;P&gt;USERACCESS:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, NTNAME, SALESREPEMAIL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN,ADMIN,,*&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* ADD NETWORK USERS IN THE SALESREP GROUP */&lt;/P&gt;&lt;P&gt;Concatenate&lt;BR /&gt;LOAD 'USER' AS ACCESS,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(UserID) as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(Email) as SALESREPEMAIL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESIDENT NTGROUPS&lt;BR /&gt;WHERE GroupName = 'SALESREP';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* remove group members from memory */&lt;/P&gt;&lt;P&gt;drop table NTGROUPS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* create section access */&lt;/P&gt;&lt;P&gt;section access;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident USERACCESS; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 13:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340114#M1171453</guid>
      <dc:creator />
      <dc:date>2012-06-06T13:42:59Z</dc:date>
    </item>
    <item>
      <title>DYNAMIC SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340115#M1171454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be more specific about what is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked on "Initial Data Reduction..." and "Strict Exclusion" in the Document properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 19:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340115#M1171454</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-06T19:02:02Z</dc:date>
    </item>
    <item>
      <title>DYNAMIC SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340116#M1171455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I found my issue, when building section access with windows authentication you must provide the column NTDOMAINSID and if you are providing/populating the USERID column you must put an * or valid id into the NTDOAMINSID column otherwise you will lock yourself out of the document.&amp;nbsp; At least that is the conclusion that I came to and things now work properly after populating the fields in this manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 20:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DYNAMIC-SECTION-ACCESS/m-p/340116#M1171455</guid>
      <dc:creator />
      <dc:date>2012-06-08T20:02:38Z</dc:date>
    </item>
  </channel>
</rss>

