<?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 and Binary load / Publisher in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584849#M217080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yeah that makes sense; however after modifying my script to rename the fields as you mentioned above, the script fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the log and there is no error, it just says in my QMC that the task failed. Any ideas why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My section access script is the same as the one you posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 17:19:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-18T17:19:23Z</dc:date>
    <item>
      <title>Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584843#M217074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to implement section access and having a hard time getting anything to work the way I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used it in the past on a regular server (without publisher) and without a binary load; I am wondering if these are having some interaction with my document (I can't really test this as I have no choice but to work from a binary load and do not have admin rights on the server/publisher).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do Publisher rights take precedence over section access right? I am actually TRYING to lock myself out of the document via section access (yes I have a backup) but it just keeps letting me open it, even if I don't have myself listed as a user anywhere in section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then when I add myself and try to do data reduction on a column it simply does nothing. Nothing at all. (I have checked data reduction based on section access/strict exclusion/prohibit binary) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that in section access the main fields have to be in all caps, but what about the field I want to do data reduction on? It's not caps in the rest of the application so putting it in caps here would not work unless I change it everywhere else too. Is this required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do all NTNAME entries have to be all caps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips here? I would love to provide an example but the data is quite confidential... however if someone wants to help me troubleshoot I will provide what information I can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 19:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584843#M217074</guid>
      <dc:creator />
      <dc:date>2014-03-17T19:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584844#M217075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stephan, &lt;/P&gt;&lt;P&gt;A few suggestions I can think of&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Binary load wont affect section access in any way. Just make binary load the very first statement and then after that put your section access statements&lt;/LI&gt;&lt;LI&gt;In Publisher if you are say distributing to yourself(your NTNAME) then you will be able to see the app on access point but if section access has limitations&amp;nbsp; for you then you will see only limited data.&lt;/LI&gt;&lt;LI&gt;If you distribute it to you but dont include your name is section access you can see the app but you cant open it.&lt;/LI&gt;&lt;LI&gt;If you are not distributing to you then you wont see the app at all&lt;/LI&gt;&lt;LI&gt;I usually put everything in caps thats related to Section Access. You can use Upper() function to change in your model&lt;/LI&gt;&lt;LI&gt;If you dont have your name in Section Access then are you able to open it in your local machine?&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 20:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584844#M217075</guid>
      <dc:creator />
      <dc:date>2014-03-17T20:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584845#M217076</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;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you dont have your name in Section Access then are you able to open it in your local machine?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes. That's what is making no sense at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this syntax, trying to reduce on region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong in here? I used upper() since it's required for loading security from outside tables; and I also made an extra column in my fact table which is exactly the same (upper(Region) as REGION)&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 Access;&lt;/P&gt;&lt;P&gt;SATABLE:&lt;/P&gt;&lt;P&gt;LOAD upper(ACCESS), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(NTNAME), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(REGION)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vDataFiles)SEC.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 22:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584845#M217076</guid>
      <dc:creator />
      <dc:date>2014-03-17T22:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584846#M217077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;Load Distinct&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;upper(ACCESS) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ACCESS&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(NTNAME) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NTNAME&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(REGION) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;REGION&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vDataFiles)SEC.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Store Security into Security.qvd(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table Security;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now just use this qvd data in your section access.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Access;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ACCESS,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Security.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 02:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584846#M217077</guid>
      <dc:creator />
      <dc:date>2014-03-18T02:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584847#M217078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll give it a shot but I do not understand what difference that would make?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's essentially just reloading the same exact table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584847#M217078</guid>
      <dc:creator />
      <dc:date>2014-03-18T16:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584848#M217079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doesnt work when you use &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;upper(ACCESS) &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(NTNAME) &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(REGION) &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It should be&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ACCESS&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;NTNAME&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;REGION&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want you can do this as well:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Access;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SATABLE:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD upper(ACCESS) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ACCESS&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(NTNAME) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NTNAME&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(REGION) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;REGION&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vDataFiles)SEC.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Application;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584848#M217079</guid>
      <dc:creator />
      <dc:date>2014-03-18T17:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584849#M217080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yeah that makes sense; however after modifying my script to rename the fields as you mentioned above, the script fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the log and there is no error, it just says in my QMC that the task failed. Any ideas why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My section access script is the same as the one you posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584849#M217080</guid>
      <dc:creator />
      <dc:date>2014-03-18T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584850#M217081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did it work in your Desktop version(deny you access)?&lt;/P&gt;&lt;P&gt;Can you attach the log file?&lt;/P&gt;&lt;P&gt;Did you try my first method. Storing it in a qvd and then reading it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584850#M217081</guid>
      <dc:creator />
      <dc:date>2014-03-18T17:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584851#M217082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It did not work in Desktop version (I cannot run it locally, but I run it via QMC and open it locally on a network drive via vpn. If I try to run it locally I get different errors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not try the QVD method as I don't see what the difference would be, and would prefer not to create redundant data in QVD form if it can be avoided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching the log file; I made minor changes for privacy reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in this case the section access is loaded last after all of the variables and the binary load; but I have tried it at the very start (right after the binary load of course) and everywhere in between as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584851#M217082</guid>
      <dc:creator />
      <dc:date>2014-03-18T17:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584852#M217083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe thats because whoever has the right to QV server (like Admin ) should be included in the section access for QV server to be able to reload. If that individual is not there then it can't open the doc and reload it. Just like in a desktop first open the app and then reload. So on the server side the Admin's NTNAME should be in the section access.&lt;/P&gt;&lt;P&gt;Can you please check that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 18:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584852#M217083</guid>
      <dc:creator />
      <dc:date>2014-03-18T18:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584853#M217084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, that's all it was. I can't believe it haha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just went and added the name listed next to "executed by" in the log file and it ran perfectly and my data reduction worked just how I wanted it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel very silly now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 18:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584853#M217084</guid>
      <dc:creator />
      <dc:date>2014-03-18T18:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584854#M217085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two follow-up questions now that the section access is working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want a user to have access to all the values in the field that I am reducing the data on I thought I could just leave the cell blank? this is not working; it denies me access when I leave it blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, the field that I am reducing data on is stand alone table separate from the rest of the data model; I have some users that should have ZERO access to this stand alone table but full access to the rest of the application. What is the best way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 18:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584854#M217085</guid>
      <dc:creator />
      <dc:date>2014-03-18T18:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584855#M217086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple way to achieve this is to add a dummy region value (e.g. 'NONE', or 'NOREGION', or whatever you prefer) to both section access and section application.&amp;nbsp; You can use something like this in section application:&lt;BR /&gt;concatenate (&amp;lt;your stand alone table name&amp;gt;) load 'NONE' as REGION autogenerate 1;&lt;/P&gt;&lt;P&gt;So the new record has only additional value for REGION and nothing for other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 18:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584855#M217086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T18:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Section Access and Binary load / Publisher</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584856#M217087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to mention every value in that field.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;CAD&lt;/P&gt;&lt;P&gt;MEX&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;AUS&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,REGION&lt;/P&gt;&lt;P&gt;Admin, A1234, *&lt;/P&gt;&lt;P&gt;User,A782,US&lt;/P&gt;&lt;P&gt;User,A9024,AUS&lt;/P&gt;&lt;P&gt;User,A8888,UK&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a scenario like this when you use * it means everything thats explicitly mentioned in the table. So the Admin will see only US,AUS,UK. For him to view all you have to do&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,REGION&lt;/P&gt;&lt;P&gt;Admin, A1234, *&lt;/P&gt;&lt;P&gt;Admin,A1234,CAD&lt;/P&gt;&lt;P&gt;Admin,A1234,MEX&lt;/P&gt;&lt;P&gt;User,A782,US&lt;/P&gt;&lt;P&gt;User,A9024,AUS&lt;/P&gt;&lt;P&gt;User,A8888,UK&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if some other user has those two regions assigned to them then just * for admin will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For users to not be able to view that table at all you can use &lt;STRONG&gt;omit &lt;/STRONG&gt;for all the fields in that table.&lt;/P&gt;&lt;P&gt;Please go through the attached doc. Its very informative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 18:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Binary-load-Publisher/m-p/584856#M217087</guid>
      <dc:creator />
      <dc:date>2014-03-18T18:43:16Z</dc:date>
    </item>
  </channel>
</rss>

