<?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 multiple Section Application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381118#M701581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your additional explanation, looks like i did not misunderstand you.&amp;nbsp; The major points are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First statement "Section Application" declares the end of the "section&amp;nbsp; Access".&amp;nbsp; The second statement "Section Application" doesn't change anything.&amp;nbsp; It certainly does not replace any data between the first and the second statements "Section Application".&amp;nbsp; If your remove statement "Section Application" from the pink part, nothing is going to change - both users still have access to all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In your example, the "correct" part gives access to all data for user JERSON, and the pink part gives access to all data to user PETER, so both users have full access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If you give user access to the script, you cannot prevent changes like this.&amp;nbsp; Even more - if you allow users to relaod application, they will see the full data without getting into the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Yes, you have change the process.&amp;nbsp; Typically, users do not have access to the script, and if you use security, do not allow users to reload.&amp;nbsp; The best practice is to keep QV document on server, relaod it automatically, and allow users only to view it.&amp;nbsp; Changing front end objects is OK, in most cases it doesn't change security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;PS: For most participants here, including myself, English is not the first languauge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2012 00:41:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-28T00:41:43Z</dc:date>
    <item>
      <title>Section Access and multiple Section Application</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381115#M701576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section access in &lt;EM&gt;&lt;STRONG style="color: #ff0000;"&gt;hidden script.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SECTION Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ACCESS,NTNAME,NTDOMAINSID,ROLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ADMIN,JERSON,xxxxxxxxxxxxxxx,MANAGER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;USER,PETER,xxxxxxxxxxxxxxx,SALES&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;];&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SECTION Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;STAR is *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LOAD * INLINE [ROLE, AREA&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MANAGER, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALES, SOURTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User level in document setting have right to edit script.&lt;/P&gt;&lt;P&gt;So they can load data from source in &lt;EM&gt;&lt;STRONG style="color: #ff0000;"&gt;main script&lt;/STRONG&gt;&lt;/EM&gt; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AREA, PROFIT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NORTH, 1234566&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SOURTH, 3453223&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;EAST,&amp;nbsp; 9876543&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will let PETER only can see data from SOURTH AREA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently we found that user can insert another "SECTION Application" to change original setup for section access.&lt;/P&gt;&lt;P&gt;For example, user changes the code to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SECTION Application;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&lt;STRONG&gt;STAR is *;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD * INLINE [ROLE, AREA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALES, *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #ff00ff; font-size: 8pt;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp; AREA, PROFIT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp; NORTH, 1234566&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp; SOURTH, 3453223&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;&amp;nbsp; EAST,&amp;nbsp; 9876543&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; color: #3366ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These code will let PETER to get access to all AREA data&lt;/P&gt;&lt;P&gt;Is there any way to stop multiple Section Application in the script ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 11:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381115#M701576</guid>
      <dc:creator />
      <dc:date>2012-08-27T11:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and multiple Section Application</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381116#M701577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that you've identified the problem correctly. I don't expect that adding aonther "section application" will make any difference at all.&lt;/P&gt;&lt;P&gt;But - keep in mind that section access security is applied &lt;STRONG&gt;on open&lt;/STRONG&gt;.&amp;nbsp; If a user can reload - &lt;STRONG&gt;all &lt;/STRONG&gt;the data is loaded, regardless section access.&amp;nbsp; And, I assume, if you allow users to edit script, you allow to reload as well.&amp;nbsp; Otherwise script canges don't have any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bottom line - you cannot allow user reload if you use section access for the data reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 12:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381116#M701577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-27T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and multiple Section Application</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381117#M701578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my bad English.&lt;/P&gt;&lt;P&gt;Let me explain this question in another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our customers define two kinds of user when developing a qvw application.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Admin User:&amp;nbsp; have all right. Normally admin only define section access and who can see what data.&lt;/LI&gt;&lt;LI&gt;Design User: can edit main script only. Design users will load data and design layout of qvw application.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my original post, Admin User defined that Peter can only see data in SOURTH.&lt;/P&gt;&lt;P&gt;But if Design User add another section application code I marked as pink in my post, they will let Peter to see all data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is when Design User write another section application in main script.&lt;/P&gt;&lt;P&gt;They can overwrite the original section application in hidden script.&lt;/P&gt;&lt;P&gt;Is there any method to stop this situation?&lt;/P&gt;&lt;P&gt;Or should tell our customer to change their flow process on developing qvw applications?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381117#M701578</guid>
      <dc:creator />
      <dc:date>2012-08-27T19:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and multiple Section Application</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381118#M701581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your additional explanation, looks like i did not misunderstand you.&amp;nbsp; The major points are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First statement "Section Application" declares the end of the "section&amp;nbsp; Access".&amp;nbsp; The second statement "Section Application" doesn't change anything.&amp;nbsp; It certainly does not replace any data between the first and the second statements "Section Application".&amp;nbsp; If your remove statement "Section Application" from the pink part, nothing is going to change - both users still have access to all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In your example, the "correct" part gives access to all data for user JERSON, and the pink part gives access to all data to user PETER, so both users have full access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If you give user access to the script, you cannot prevent changes like this.&amp;nbsp; Even more - if you allow users to relaod application, they will see the full data without getting into the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Yes, you have change the process.&amp;nbsp; Typically, users do not have access to the script, and if you use security, do not allow users to reload.&amp;nbsp; The best practice is to keep QV document on server, relaod it automatically, and allow users only to view it.&amp;nbsp; Changing front end objects is OK, in most cases it doesn't change security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;PS: For most participants here, including myself, English is not the first languauge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 00:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-multiple-Section-Application/m-p/381118#M701581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T00:41:43Z</dc:date>
    </item>
  </channel>
</rss>

