<?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 Active Directory Limiting Data Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195562#M1323300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Got a similar problem :&lt;/P&gt;&lt;P&gt;In a very simple test document with a list box which show differents "délégation abr" (CENTRE,EST_NORD,EST_SUD...). I want to limit the access to only one délégation abr (CENTRE) for my USER2 and use the active directory connexion.&lt;/P&gt;&lt;P&gt;I have the following hidden script :&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, NTNAME, "Délégation abr"&lt;BR /&gt; ADMIN, DOMAIN\user1, *&lt;BR /&gt; User, DOMAIN\user2, "CENTRE"&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;The authentification is working. Only these 2 users can open the doc. but both of the user see all the "délégation abr" in the document.&lt;/P&gt;&lt;P&gt;What i have to do for showing only the delegation "CENTRE" when User2 open this document or just allow to select this Délégation in the list box ??&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 16:34:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-25T16:34:49Z</dc:date>
    <item>
      <title>Active Directory Limiting Data Access</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195559#M1323292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I just had a look at the latest blogroll post on using AD to limit access to QlikView. Very interesting stuff. One thing that wasn't mentioned, and that I am curious about, is how to use AD to limit access not to an entire QV file, but to certain parts of the data set.&lt;/P&gt;&lt;P&gt;The immediate example is limiting the leader of a regional office to access only his own region's data.&lt;/P&gt;&lt;P&gt;Is this doable? And can it be done automatically, so that an organization with several hundreds of regions could implement it?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Even&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/Active-Directory-Limiting-Data-Access/m-p/195559#M1323292</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Active Directory Limiting Data Access</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195560#M1323294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As you know you can achieve it by using Section Access. How the Section access work's is it uses a set of selection's based on which the data is being reduced. For that we can use Document Properties -&amp;gt; Opening -&amp;gt; Initial Data reduction based on section access tag. Make it on &amp;amp; the application will reduce the data based on ur login credential's.&lt;/P&gt;&lt;P&gt;In your case u can use it in this format.&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Load * INLINE[&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, Region&lt;/P&gt;&lt;P&gt;Admin, NTUser1, Region1&lt;/P&gt;&lt;P&gt;User, NTUser2, Region2&lt;/P&gt;&lt;P&gt;Admin, PowerNTUser, *]&lt;/P&gt;&lt;P&gt;Where * represents the user for which all the regions need to be shown. * represent's all. The Field Region should be present in ur data so it will create a join based on the field Name. So whenever user NTName1 tries to access the report the section access data get's reduced to only one row of the first user &amp;amp; because a join is there between the REgion of Section Access &amp;amp; ur Data . The data for Region1 will only be shown to the user.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195560#M1323294</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2010-04-12T13:19:59Z</dc:date>
    </item>
    <item>
      <title>Active Directory Limiting Data Access</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195561#M1323297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amars,&lt;/P&gt;&lt;P&gt;Thanks for the quick and thorough reply! Such an active community is another feature of QV that truly separates it from the competition.&lt;/P&gt;&lt;P&gt;Best regards, Even&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195561#M1323297</guid>
      <dc:creator />
      <dc:date>2010-04-12T13:50:14Z</dc:date>
    </item>
    <item>
      <title>Active Directory Limiting Data Access</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195562#M1323300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Got a similar problem :&lt;/P&gt;&lt;P&gt;In a very simple test document with a list box which show differents "délégation abr" (CENTRE,EST_NORD,EST_SUD...). I want to limit the access to only one délégation abr (CENTRE) for my USER2 and use the active directory connexion.&lt;/P&gt;&lt;P&gt;I have the following hidden script :&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, NTNAME, "Délégation abr"&lt;BR /&gt; ADMIN, DOMAIN\user1, *&lt;BR /&gt; User, DOMAIN\user2, "CENTRE"&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;The authentification is working. Only these 2 users can open the doc. but both of the user see all the "délégation abr" in the document.&lt;/P&gt;&lt;P&gt;What i have to do for showing only the delegation "CENTRE" when User2 open this document or just allow to select this Délégation in the list box ??&lt;/P&gt;&lt;P&gt;Thanks for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 16:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195562#M1323300</guid>
      <dc:creator />
      <dc:date>2011-02-25T16:34:49Z</dc:date>
    </item>
    <item>
      <title>Active Directory Limiting Data Access</title>
      <link>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195563#M1323302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found it, here is my solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, NTNAME, DELEG&lt;BR /&gt; ADMIN, domain\user1, ALL&lt;BR /&gt; USER, domain\user2, CENTRE&lt;BR /&gt; USER, domain\user3, EST_NORD&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Section Application;&lt;BR /&gt;STAR IS toutes;&lt;BR /&gt;&lt;BR /&gt;security:&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;DELEG, "Délégation abr"&lt;BR /&gt;ALL, toutes&lt;BR /&gt;CENTRE , CENTRE&lt;BR /&gt;EST_NORD , EST_NORD&lt;BR /&gt; ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 17:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-Directory-Limiting-Data-Access/m-p/195563#M1323302</guid>
      <dc:creator />
      <dc:date>2011-02-25T17:21:47Z</dc:date>
    </item>
  </channel>
</rss>

