<?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: Qlikview Security issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629756#M733171</link>
    <description>&lt;P&gt;I took a look through your Word doc and this really isn't a security issue, it's more of a Section Access-related question.&amp;nbsp; I would recommend changing the thread title to "Help Needed with Section Access" or something similar in order to get the assistance you're looking for.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/QMC/Content/QV_QMC/QMC_Users_SectionAccessManagement.htm" target="_self"&gt;This link&lt;/A&gt; should get you started with Section Access and understanding what it does.&amp;nbsp; Based on the document you provided, you're looking to connect salesman with their specific accounts, Section Access is a good way to do that.&amp;nbsp; You can limit the data being shown based on which salesman logs into the Accesspoint.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Josh&lt;/P&gt;
&lt;P&gt;Qlik Support&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 20:19:13 GMT</pubDate>
    <dc:creator>Josh_Berg_Support</dc:creator>
    <dc:date>2019-09-30T20:19:13Z</dc:date>
    <item>
      <title>Help Needed with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629614#M733170</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help to fix the issueP&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629614#M733170</guid>
      <dc:creator>250575qlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Security issue</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629756#M733171</link>
      <description>&lt;P&gt;I took a look through your Word doc and this really isn't a security issue, it's more of a Section Access-related question.&amp;nbsp; I would recommend changing the thread title to "Help Needed with Section Access" or something similar in order to get the assistance you're looking for.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/QMC/Content/QV_QMC/QMC_Users_SectionAccessManagement.htm" target="_self"&gt;This link&lt;/A&gt; should get you started with Section Access and understanding what it does.&amp;nbsp; Based on the document you provided, you're looking to connect salesman with their specific accounts, Section Access is a good way to do that.&amp;nbsp; You can limit the data being shown based on which salesman logs into the Accesspoint.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Josh&lt;/P&gt;
&lt;P&gt;Qlik Support&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 20:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629756#M733171</guid>
      <dc:creator>Josh_Berg_Support</dc:creator>
      <dc:date>2019-09-30T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Security issue</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629838#M733172</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the update.. we need to filter the specific account based on the saleman login but if the those accounts are using another sales man , we need to show those sales man details also&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 05:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629838#M733172</guid>
      <dc:creator>250575qlik</dc:creator>
      <dc:date>2019-10-01T05:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629884#M733173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It seems that you have applied restriction only based on SR field. Hence, it is showing the data related to the Specific field value (i.e A).&lt;/P&gt;&lt;P&gt;You need to apply&amp;nbsp;restrictions on SR as well as Account field. For this, you need to firstly create a composite key of SR &amp;amp; Account field.&lt;/P&gt;&lt;P&gt;[New Main Table] :&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;UPPER(SR&amp;amp;'-'&amp;amp;Account) as Key&lt;/P&gt;&lt;P&gt;resident main table;&lt;/P&gt;&lt;P&gt;Now you need the Bridge Table :&lt;/P&gt;&lt;P&gt;&amp;nbsp;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;UPPER(SR&amp;amp;'-'&amp;amp;Account) as Auth_id&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp;New Main Table;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;UPPER('ALL-'&amp;amp;Account) as Auth_id&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp;New Main Table;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;UPPER(SR&amp;amp;'-ALL') as Auth_id&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp;New Main Table;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;'ALL-ALL' as Auth_id&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp;New Main Table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="center"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;SECTION&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Access&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;BR /&gt;'Admin' &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;ADMIN&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Upper&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;SalesRep&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;USERID&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Upper&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;SalesRep&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;PASSWORD&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;SR&amp;amp;'-'&amp;amp;Account as Auth_id&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Resident&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt; Table1;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;SECTION&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Application&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can give access based on two fields ie SR &amp;amp; Account.&lt;/P&gt;&lt;P&gt;Try this &amp;amp; Let us know if this works or if you have any queries.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Krutuja Borge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 07:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629884#M733173</guid>
      <dc:creator>bkrutuja22</dc:creator>
      <dc:date>2019-10-01T07:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629965#M733174</link>
      <description>&lt;P&gt;minor correction&amp;nbsp; in Section Access Scritp -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;SECTION&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Access&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;BR /&gt;'ADMIN' &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#800000"&gt;ACCESS&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Upper&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;SalesRep&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;USERID&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Upper&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;SalesRep&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;PASSWORD&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;SR&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Resident&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt; Table1;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;SECTION&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Application&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;Also in qlikview you need to apply s&lt;STRONG&gt;trict exclusion in &lt;/STRONG&gt;document property&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Courier New, serif"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 09:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1629965#M733174</guid>
      <dc:creator>rathore01</dc:creator>
      <dc:date>2019-10-01T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1630842#M733175</link>
      <description>&lt;P&gt;Thanks for your update..i have verified your code but still facing the same issue.. if i login using Sales Rep A , i could see only his details .since the SalesRep A has account1 and Account5 , I need to get all sales rep data corresponding to Account1 and Account5. I needs to display Sales rep B and D data along with sales rep A, if Sales rep A logins&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 08:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1630842#M733175</guid>
      <dc:creator>250575qlik</dc:creator>
      <dc:date>2019-10-03T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1632696#M733176</link>
      <description>&lt;P&gt;Anu, below is a Design Blog URL that will take&amp;nbsp; you to a base post from Henric Cronstrom, he has a few other links included at the end of his post, two of which are related to dynamic data reduction that I think will likely help you understand things better and hopefully help you get your use case sorted out...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 18:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-with-Section-Access/m-p/1632696#M733176</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-08T18:29:11Z</dc:date>
    </item>
  </channel>
</rss>

