<?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: Section Access reduction with Binary Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551893#M1145459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@TRESESCO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BINARY InsightData.qvw; //Loads the customer data extracted on their server.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SECTION ACCESS;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ACCESS, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Store Name] as STORE_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Security\ControlSheet-POS.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Store Name] as STORE_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident STORE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contents of the excel File:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="356"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="178"&gt;NTNAME&lt;/TD&gt;&lt;TD width="114"&gt;Store Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER1&lt;/TD&gt;&lt;TD&gt;STORE1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER2&lt;/TD&gt;&lt;TD&gt;STORE2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER3&lt;/TD&gt;&lt;TD&gt;STORE3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER4&lt;/TD&gt;&lt;TD&gt;STORE4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thought it would be a simple implementation but has taken my whole day without any success. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 07:23:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-30T07:23:12Z</dc:date>
    <item>
      <title>Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551885#M1145451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, My situation is like this. I have a data extract document that runs on the client site and gets ftped into our local server which is binary loaded into the application qvw. Now i want to implement the Section Access Reduction in this application document. The original qvw doesn't have any section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BINARY a.qvw; //Loads the customer data extracted on their server.&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;Security\ControlSheet-POS.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;XX, Domain&lt;/P&gt;&lt;P&gt;Domain1, Domain1&lt;/P&gt;&lt;P&gt;Domain2, Domain2&lt;/P&gt;&lt;P&gt;Domain3, Domain3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the excel file is something like this.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="64"&gt;NTNAME&lt;/TD&gt;&lt;TD width="64"&gt;XX&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;User1&lt;/TD&gt;&lt;TD colspan="2"&gt;Domain1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this data, I login as User1 and expect to see only the data for Domain1, but I get to see all the data. Whatever I have done is not working. Domain is a column name in the original data model in a.qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 03:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551885#M1145451</guid>
      <dc:creator />
      <dc:date>2013-08-30T03:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551886#M1145452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/334736#334736"&gt;http://community.qlik.com/message/334736#334736&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 04:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551886#M1145452</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2013-08-30T04:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551887#M1145453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, this hasn't helped. Mine is not a case of SA in 2 documents at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 04:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551887#M1145453</guid>
      <dc:creator />
      <dc:date>2013-08-30T04:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551888#M1145454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should normally work if all the basics (1. Initial data Reduction Based on Section Access - is checked&amp;nbsp; 2. All values under section access are being taken in capital when INLINE load) are set properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;credentials.&lt;/P&gt;&lt;P&gt;admin - A, admin&lt;/P&gt;&lt;P&gt;user - U, user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 05:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551888#M1145454</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-30T05:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551889#M1145455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry what is the user id password?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 05:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551889#M1145455</guid>
      <dc:creator />
      <dc:date>2013-08-30T05:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551890#M1145456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;credentials.(userid/pass)&lt;/P&gt;
&lt;P&gt;admin - A, admin &lt;/P&gt;
&lt;P&gt;user - U, user&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 05:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551890#M1145456</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-30T05:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551891#M1145457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your example seems to be correct. When I try to follow that, my document gets locked. It says failed to open document. It looks like it isn't working for me. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551891#M1145457</guid>
      <dc:creator />
      <dc:date>2013-08-30T06:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551892#M1145458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share your sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551892#M1145458</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-30T06:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551893#M1145459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@TRESESCO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BINARY InsightData.qvw; //Loads the customer data extracted on their server.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SECTION ACCESS;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ACCESS, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Store Name] as STORE_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Security\ControlSheet-POS.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Store Name] as STORE_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident STORE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contents of the excel File:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="356"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="178"&gt;NTNAME&lt;/TD&gt;&lt;TD width="114"&gt;Store Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER1&lt;/TD&gt;&lt;TD&gt;STORE1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER2&lt;/TD&gt;&lt;TD&gt;STORE2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER3&lt;/TD&gt;&lt;TD&gt;STORE3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAIN1\USER4&lt;/TD&gt;&lt;TD&gt;STORE4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thought it would be a simple implementation but has taken my whole day without any success. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 07:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551893#M1145459</guid>
      <dc:creator />
      <dc:date>2013-08-30T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551894#M1145460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For NTNAME, you have to give the original information in the excel file. It actually takes the windows user and domain name while trying to open the document. For example, if your windows ID is Ram and your domain (Windows) is Organisation1, you have to put the values in the excel like :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 356px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black;" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD style="border: 0px solid black;" width="178"&gt;NTNAME&lt;/TD&gt;&lt;TD style="border: 0px solid black;" width="114"&gt;Store Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black;"&gt;ADMIN&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;ORGANIZATION1\RAM&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;STORE1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black;"&gt;ADMIN&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;ORGANIZATION1\PITTER&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;STORE2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black;"&gt;ADMIN&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;ORGANIZATION1\USER3&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;STORE3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="border: 0px solid black;"&gt;ADMIN&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;ORGANIZATION1\USER4&lt;/TD&gt;&lt;TD style="border: 0px solid black;"&gt;STORE4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that being done correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 07:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551894#M1145460</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-30T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551895#M1145461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi treseco, Thanks for all your help. I have modified according to what you said. But it doesn't seem to work at all. Once I set this up with Strict exclusion, I get an access denied. I have attached the files without a Strict exclusion here. Please see what I do wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 23:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551895#M1145461</guid>
      <dc:creator />
      <dc:date>2013-09-01T23:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551896#M1145462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also can you please check your sample document that dealt with region using NTNAME rather than User/Password and see if that works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 01:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551896#M1145462</guid>
      <dc:creator />
      <dc:date>2013-09-02T01:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551897#M1145463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, i could not check your file for obvious reason, NTNAME checks the windows id for authentication and there i fail to open your file. And yes, i checked with my domain/id information in the sample file and it worked fine to filter region. i would suggest you to try various options like, load the section access data INLINE(use all data in capitals) and test if it is working. Narrow down the issue area and finally you would be able to get it done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 05:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551897#M1145463</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-02T05:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access reduction with Binary Load</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551898#M1145464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have managed to get it work now. Thanks for your help. I had done some silly mistake in the Section Application mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 06:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-reduction-with-Binary-Load/m-p/551898#M1145464</guid>
      <dc:creator />
      <dc:date>2013-09-03T06:57:12Z</dc:date>
    </item>
  </channel>
</rss>

