<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197090#M713822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access is not different from Section Application in this regard - it can read data from any data source. In fact, in real life the security data is almost always comes from a data source, most often from a database. Load Inline in examples is only to make the examples simple and clear. So the answer to you question is 'absolutely yes'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2011 20:54:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-04T20:54:16Z</dc:date>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197088#M713820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking to utilixe Section Access in my application. I have the below code working, but I want to have the second part to read off either a text file or a qvd that contains the NTNames and Unit. I need to do this cause there are over 200,000 records that I need to run security off of. Is this possible?&lt;/P&gt;&lt;P&gt;Section Access; //Start of Section Access Part&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, NTNAME&lt;BR /&gt; ADMIN, User1&lt;BR /&gt; USER, User2&lt;BR /&gt;];&lt;BR /&gt;Section Application; //End of Section Access Part&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;NTNAME, Unit&lt;BR /&gt;User1, UnitA&lt;BR /&gt;User1, UnitB&lt;BR /&gt;User2, UnitC&lt;BR /&gt;User2, UnitD&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 19:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197088#M713820</guid>
      <dc:creator />
      <dc:date>2011-04-04T19:13:06Z</dc:date>
    </item>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197089#M713821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please go through this link it will be helpful to you&lt;/P&gt;&lt;P&gt;&lt;A href="http://wn.com/QlikView_Security_Video_Series_3_of_8_NT_Domain_Authentication_%7C_Victa_BV"&gt;http://wn.com/QlikView_Security_Video_Series_3_of_8_NT_Domain_Authentication_%7C_Victa_BV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 19:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197089#M713821</guid>
      <dc:creator />
      <dc:date>2011-04-04T19:44:51Z</dc:date>
    </item>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197090#M713822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access is not different from Section Application in this regard - it can read data from any data source. In fact, in real life the security data is almost always comes from a data source, most often from a database. Load Inline in examples is only to make the examples simple and clear. So the answer to you question is 'absolutely yes'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 20:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197090#M713822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-04T20:54:16Z</dc:date>
    </item>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197091#M713823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Completely agree.&lt;/P&gt;&lt;P&gt;But if you are loading your section access from a QVD file, do that in an unoptimized way, otherwise you may be locked out or not getting your security working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD NTNAME, // Always &lt;B&gt;uppercase&lt;/B&gt; both name and value of field ACCESS, UNITFROM File.qvd (qvd) &lt;B&gt;WHERE 1=1&lt;/B&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 04:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197091#M713823</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-05T04:26:17Z</dc:date>
    </item>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197092#M713824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read This Pdf file , an example of NTSystem have given.&lt;/P&gt;&lt;P&gt;I think it will help You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 06:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197092#M713824</guid>
      <dc:creator />
      <dc:date>2011-04-05T06:35:22Z</dc:date>
    </item>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197093#M713825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;how can i make all the sheet objects in a sheet to display in excel with button click.&lt;/P&gt;&lt;P&gt;Can you provide solution with example and also with explanation.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 06:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/197093#M713825</guid>
      <dc:creator />
      <dc:date>2011-04-05T06:48:41Z</dc:date>
    </item>
  </channel>
</rss>

