<?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: SA and a BINARY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438876#M431945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;I might not be able to SEE the entire data, but it is STILL THERE at the back-end, I believe. This nature makes sense to me, because you are not really loading (read reload) the data to restrict, &lt;EM&gt;unlike publisher&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, I carried out a small testing (not rigorous though) in recent version QV 12.1, and it seems that I was not wrong; qv SA gets overridden still today as I explained above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 10:24:41 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-09-19T10:24:41Z</dc:date>
    <item>
      <title>SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438868#M431937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a question rgd. the combination of a BINARY LOAD, which we have in every app visible to the&lt;BR /&gt;"general public" and a SECTION_ACCESS - which comes down to a matter of the order of execution: Is the SA,&lt;BR /&gt;as I believe, computed on the server from the Header BEFORE actually doing anything in the qvw? In that case the BINARY&lt;BR /&gt;would not be executed on the machine of somebody who is not granted access to the app. Then it could be the very first Statement in the script, as it has to be, and the code to load the SA anew could come afterwards.&lt;/P&gt;&lt;P&gt;Right?&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438868#M431937</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-19T07:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438869#M431938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, binary load gets executed first. And that is why you should always check &lt;STRONG&gt;'Prohibit Binary Load'&lt;/STRONG&gt; (Document Settings-&amp;gt;Opening tab) on all the applications that has SA. Because your qvw with SA being binary loaded can always be overridden by a new qvw with another&amp;nbsp; SA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438869#M431938</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-19T07:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438870#M431939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically these applications should only reside on a server. The server-user needs not to be restricted and needs to be declared as ADMIN.&lt;/P&gt;&lt;P&gt;Therefore the sequence does not matter (actually BINARY must be the first statement), as these files should not be available to the public.&lt;/P&gt;&lt;P&gt;A user, who is not authorized, will not be able to open the application, where there is SA.&lt;/P&gt;&lt;P&gt;A user, who is not authorized as ADMIN will not be able to refresh the application.&lt;/P&gt;&lt;P&gt;Restriction to the baseapplications will need to be handled / governed by Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438870#M431939</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-19T07:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438871#M431940</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;the apps do reside on a Server and typically they are reloaded on the Server (by a dedicated user) once a day.&lt;/P&gt;&lt;P&gt;But my question was a Little bit different, owing to the fact that EVERYONE in this Company has a Named_User_CAL, so everyone can basically open any app (which is why we Need the SAs in the first place) and everyone can also reload an app (which no one usually does, but who knows ...)&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; ah, Forget it, I just noticed my mistake: In principle, everyone can also reload any app and thus execute the BINARY if there is one, but if that Person is not in the SA, he/she won't be allowed to open the app, so he/she won't be allowed to reload it, so there's no issue actually ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438871#M431940</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-19T09:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438872#M431941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, there shouldn't be an issue. Even if your users have a Named CAL, you can still restrict or completely deny access to your document. Just don't make them ADMIN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side note, it's a pity that Qlik never created a fine-grained license lease-switch. At the moment it's still a global switch, but if we would be able to tell the QMC that this user should be able to lease his/her license, and that one shouldn't, things would become much simpler and IMHO security would become stricter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438872#M431941</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438873#M431942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;as far as I know, the BINARY-load restricts the amount of data to your profile, i.e. when you are not allowed to see the entire dataset, you will load in the binary only those data, which you are allowed to.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Not quite sure, whether you are still able to overwrite the SA in such document (it was possible in earlier versions), but then you need to know the exact structure of the SA-file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;edit: incorrect statement&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438873#M431942</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-19T09:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438874#M431943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I remember correctly, recent discussions on that lmatter came to the conclusion that the SA from the original QVW would come over with the BINARY LOAD and couldn't be modified in any way. The first SA is final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check if I can find one of those dicussions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 10:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438874#M431943</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438875#M431944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the recent one wasn't conclusive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this one may shed some light: &lt;A href="https://community.qlik.com/thread/208206"&gt;binary and section acess?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 10:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438875#M431944</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T10:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438876#M431945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;I might not be able to SEE the entire data, but it is STILL THERE at the back-end, I believe. This nature makes sense to me, because you are not really loading (read reload) the data to restrict, &lt;EM&gt;unlike publisher&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, I carried out a small testing (not rigorous though) in recent version QV 12.1, and it seems that I was not wrong; qv SA gets overridden still today as I explained above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 10:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438876#M431945</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-19T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438877#M431946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are saying that the original SA wont restrict what the BINARY load imports into the current document (or there wouldn't be a complete data model with all records in the background), and since the new SA is never made active during the load that creates the SA table, a new SA will become active as soon as the new document is saved and reopened. Thereby eliminating the original SA from the first document, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 10:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438877#M431946</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T10:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438878#M431947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kind of, yes. Note that any USER with permissions to reload, after reloading will see the whole data set. Only after saving, the section access will happen and the data set reduced to match the user ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be modified in the Security settings of the Document Properties and disable the reloads for USER type of ACCESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same way than a USER opening the application could eventually change himself to ADMIN access, but this change will not happen after reloading, but after saving and opening again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 10:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438878#M431947</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-09-19T10:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438879#M431948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saving and reopening would indeed reduce the application based on SA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I say the SA gets overridden, I mean - second document's SA gets precedence over the first one (binary-loaded), i.e. - as if, it (the first document SA) was never there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This is what I have found so far. If any contradiction in behavior noticed please let know, we might have to test it more rigorously before we conclude.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 10:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438879#M431948</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-19T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438880#M431949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would surely make BINARY LOAD a powerful tool for circumventing any sort of SA security. It it weren't for the "Prohibit Binary Load" flag in the original document that is ... Binary Loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems logical to me that Section Access of the first document doesn't play ball if you Binary Load the first document into a second one. And during that script run - immediately after the BINARY statement - the script would have access to all tables and data that's loaded from the first document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I'm not sure that the second statement - SA gets overridden - is true as well. And based on the different help articles in both 11.20, 12.00 and 12.10 (even the most recent version), it seems illogical that the SA data model can be overridden. You cannot even do that with two section access areas in the same script... It does seem logical that the SA data inherited thru BINARY load only becomes active &lt;EM&gt;after&lt;/EM&gt; saving and reopening the second document. But it should still be there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] This is interesting: in a single script, which of multiple section access tables prevails: the first one or the last one?&amp;nbsp; We may not even need a binary load test to prove/explain what has been said here before &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438880#M431949</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438881#M431950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bad example; multiple separate - even disguised - Section Access tables just add to the same ACL list. At the end you just get all of it. Same after a Binary Load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438881#M431950</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T11:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438882#M431951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree it makes sense, after all, if the user must reload, the application must reload the entire script for the full data set. In a server also works the same, even if the service account has access to reduced set of data, the script is either executed or not, but nothing in between. Security rules in Qlik Sense somehow tackle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A USER cannot use SECTION ACCESS in the script, the script stops. If the user access is USER in the source document, it will not be able to use SECTION statement in the destination document which binary loads the source one. However, as mentioned, the USER in the source document, if able to reload, will be able to reload the application fully, even modify SECTION. To look after this, perhaps the hidden script is a good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ADMIN with different reductions will use the latest one, so the section access in the second document, not in the original script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Necessary to say if the source data is saved with the reduction produced, the binary load with a new section access may lock the user out, if the reductions are not associated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438882#M431951</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-09-19T11:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438883#M431952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep.&lt;/P&gt;&lt;P&gt;I haven't really analyzed that issue, but being able to Switch something only globally, not specific for People, always renders things a bit complicated.&lt;/P&gt;&lt;P&gt;For my part, I have been wondering a few times since I'm here who in heaven's Name had the idea of purchasing ONLY Named_User_CALs for everyone in the Company ...&amp;nbsp; they cost five times as much - 1000 NUCs make a difference of approx. €800.000 - and moreover - well, it makes things like an SA in every publicly visible app necessary ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438883#M431952</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-19T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438884#M431953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tres, you're absolutely right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of my findings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Multiple Section Access statements + table loads just add to a single internal SA table.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Doc1[&lt;EM&gt;SectionAccess&lt;/EM&gt;] -&amp;gt; Doc2[&lt;EM&gt;BINARY Load Doc1&lt;/EM&gt;]&lt;/STRONG&gt; inherits the first section access table as-is&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Doc1[&lt;EM&gt;SectionAccess&lt;/EM&gt;] -&amp;gt; Doc2[&lt;EM&gt;BINARY Load Doc1, NEW SectionAccess&lt;/EM&gt;]&lt;/STRONG&gt; replaces the original SA table with a new one. The original SA data is lost.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A QVW Save sort-of finalizes the SectionAccess data. After that, you cannot change or expand the SA data anymore. Just replace it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438884#M431953</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-19T11:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: SA and a BINARY</title>
      <link>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438885#M431954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access is only one part of the security and the access control and should be combined with the NT access rights to the folders/files and/or with restrictions/distributions within the publisher - especially if it's the main-goal to control the visibility within the access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 13:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SA-and-a-BINARY/m-p/1438885#M431954</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-19T13:58:00Z</dc:date>
    </item>
  </channel>
</rss>

