<?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 Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521077#M1266956</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;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2708" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;How to Distribute Dashboard and Implement Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Qlikview Help file:&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;section access;&lt;/P&gt;&lt;P class="Code"&gt;load * inline [&lt;/P&gt;&lt;P class="Code"&gt;ACCESS, USERID,REDUCTION, OMIT&lt;/P&gt;&lt;P class="Code"&gt;ADMIN, ADMIN,*,&lt;/P&gt;&lt;P class="Code"&gt;USER, A,1&lt;/P&gt;&lt;P class="Code"&gt;USER, B, 2,NUM&lt;/P&gt;&lt;P class="Code"&gt;USER, C, 3, ALPHA&lt;/P&gt;&lt;P class="Code"&gt;];&lt;/P&gt;&lt;P class="Code"&gt;section application;&lt;/P&gt;&lt;P class="Code"&gt;T1:&lt;/P&gt;&lt;P class="Code"&gt;load *,&lt;/P&gt;&lt;P class="Code"&gt;NUM AS REDUCTION;&lt;/P&gt;&lt;P class="Code"&gt;load&lt;/P&gt;&lt;P class="Code"&gt;Chr( RecNo()+ord(‘A’)-1) AS ALPHA,&lt;/P&gt;&lt;P class="Code"&gt;RechNo() AS NUM&lt;/P&gt;&lt;P class="Code"&gt;AUTOGENERATE 3;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;The field REDUCTION (upper case) now exists in both &lt;SPAN class="Bold"&gt;section access&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;section application&lt;/SPAN&gt; (all field values are also upper case). The two fields would normally be totally different and separated, but if the &lt;SPAN class="Bold"&gt;Initial Data Reduction Based on Section Access&lt;/SPAN&gt; option has been selected, they will link and reduce the number of records displayed to the user. &lt;/P&gt;&lt;P&gt;The field OMIT in &lt;SPAN class="Bold"&gt;section access&lt;/SPAN&gt; defines the fields that should be hidden from the user. &lt;/P&gt;&lt;P&gt;The result will be as follows:&lt;/P&gt;&lt;P&gt;User A can see all fields, but only those records connected to REDUCTION=1. &lt;/P&gt;&lt;P&gt;User B can see all fields except NUM, and only those records connected to REDUCTION=2. &lt;/P&gt;&lt;P&gt;User C can see all fields except ALPHA, and only those records connected to REDUCTION=3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Dec 2013 05:16:16 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-12-24T05:16:16Z</dc:date>
    <item>
      <title>Section Access Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521076#M1266953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a ierarchy of data,like:&lt;/P&gt;&lt;P&gt;Naion-&amp;gt;region-&amp;gt; Territory.&lt;/P&gt;&lt;P&gt;Now i want to give section access like if person from territory1 will log in then he should be able to see his own territory data as well as the region and nation level overview data.&lt;/P&gt;&lt;P&gt;How such access should be given??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521076#M1266953</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521077#M1266956</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;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2708" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;How to Distribute Dashboard and Implement Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Qlikview Help file:&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;section access;&lt;/P&gt;&lt;P class="Code"&gt;load * inline [&lt;/P&gt;&lt;P class="Code"&gt;ACCESS, USERID,REDUCTION, OMIT&lt;/P&gt;&lt;P class="Code"&gt;ADMIN, ADMIN,*,&lt;/P&gt;&lt;P class="Code"&gt;USER, A,1&lt;/P&gt;&lt;P class="Code"&gt;USER, B, 2,NUM&lt;/P&gt;&lt;P class="Code"&gt;USER, C, 3, ALPHA&lt;/P&gt;&lt;P class="Code"&gt;];&lt;/P&gt;&lt;P class="Code"&gt;section application;&lt;/P&gt;&lt;P class="Code"&gt;T1:&lt;/P&gt;&lt;P class="Code"&gt;load *,&lt;/P&gt;&lt;P class="Code"&gt;NUM AS REDUCTION;&lt;/P&gt;&lt;P class="Code"&gt;load&lt;/P&gt;&lt;P class="Code"&gt;Chr( RecNo()+ord(‘A’)-1) AS ALPHA,&lt;/P&gt;&lt;P class="Code"&gt;RechNo() AS NUM&lt;/P&gt;&lt;P class="Code"&gt;AUTOGENERATE 3;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;The field REDUCTION (upper case) now exists in both &lt;SPAN class="Bold"&gt;section access&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;section application&lt;/SPAN&gt; (all field values are also upper case). The two fields would normally be totally different and separated, but if the &lt;SPAN class="Bold"&gt;Initial Data Reduction Based on Section Access&lt;/SPAN&gt; option has been selected, they will link and reduce the number of records displayed to the user. &lt;/P&gt;&lt;P&gt;The field OMIT in &lt;SPAN class="Bold"&gt;section access&lt;/SPAN&gt; defines the fields that should be hidden from the user. &lt;/P&gt;&lt;P&gt;The result will be as follows:&lt;/P&gt;&lt;P&gt;User A can see all fields, but only those records connected to REDUCTION=1. &lt;/P&gt;&lt;P&gt;User B can see all fields except NUM, and only those records connected to REDUCTION=2. &lt;/P&gt;&lt;P&gt;User C can see all fields except ALPHA, and only those records connected to REDUCTION=3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521077#M1266956</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-24T05:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521078#M1266961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;Implement section access in territory level.&lt;/P&gt;&lt;P&gt;The user who is having access to the territorry1 will see the region and national level data which belongs to territory1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Problem/m-p/521078#M1266961</guid>
      <dc:creator />
      <dc:date>2013-12-24T05:18:34Z</dc:date>
    </item>
  </channel>
</rss>

