<?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: Best way to implement Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801432#M282880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For what i know, the best way to do that is using section access. In the section Access you can use the NTNAME&lt;/P&gt;&lt;P&gt;filed to use the name user owns in the active directory, but in your case, since you don't have (if i have understood well) an Active directory that is unique for your organisation you have to use the voices "USERID" and "PASSWORD". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 14:47:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-10T14:47:15Z</dc:date>
    <item>
      <title>Best way to implement Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801431#M282879</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 business requirement to limit the data visible to users of a dashboard to just those clients owned by them. Reading through documentation, it seems what I want to use is Section Level Access - correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that confuses me about this - and I can't seem to find the answer in anything I've read - is that it seems the users need ANOTHER username and password different to the Access Point username and password for section access? I've had to use a local ActiveDirectory on my Server as we don't have active directory configured correctly across our organisation to use the central one, so they already have a different username and password to access the AP than other parts of our corporate network (using SME edition of the server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than section level security is there any other mechanism I could use? Select the logged in users name in a list box using a trigger and lock that selection box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801431#M282879</guid>
      <dc:creator />
      <dc:date>2014-11-10T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to implement Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801432#M282880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For what i know, the best way to do that is using section access. In the section Access you can use the NTNAME&lt;/P&gt;&lt;P&gt;filed to use the name user owns in the active directory, but in your case, since you don't have (if i have understood well) an Active directory that is unique for your organisation you have to use the voices "USERID" and "PASSWORD". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801432#M282880</guid>
      <dc:creator />
      <dc:date>2014-11-10T14:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to implement Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801433#M282881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using local users and groups on the server itself, so each user accessing the Access Point is being authenticated against that local AD, so I guess I can use the username from that in the NTNAME field, Does that mean the USERID and PASSWORD can be empty when setting up section access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 15:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801433#M282881</guid>
      <dc:creator />
      <dc:date>2014-11-10T15:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to implement Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801434#M282882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you can avoid using USERID and PASSWORD. You can have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section access;&lt;/P&gt;&lt;P&gt;load * inline[&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME&lt;/P&gt;&lt;P&gt;ADMIN,machine_name\Pippo&lt;/P&gt;&lt;P&gt;ADMIN,machine_name\Pluto&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, make a copy of your application&amp;nbsp; without section access before having any test, because if something goes wrong you will not be able to open your application anymore!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801434#M282882</guid>
      <dc:creator />
      <dc:date>2014-11-10T16:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to implement Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801435#M282883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Roberto. I'll let you know how I get on!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-implement-Section-Access/m-p/801435#M282883</guid>
      <dc:creator />
      <dc:date>2014-11-10T16:04:17Z</dc:date>
    </item>
  </channel>
</rss>

