<?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: Rights section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618237#M1247232</link>
    <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ACCESS, USERID, PROJECT MANAGER, REGION&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ADMIN, X, *, *&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USER, Y, ASIA, EUROPE&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USER, Z, USA, PST&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// X person can see all data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Y person can see only ASIA Manager data in that EUROPE ...&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 13:00:17 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-08-29T13:00:17Z</dc:date>
    <item>
      <title>Rights section access</title>
      <link>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618229#M1247229</link>
      <description>&lt;P&gt;Hello I have a file where i put the name of persons and what is the regions they can see all project of this regions&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example person X can see the projects of regions Asia + the projects of 2 project managers in EUROPE&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should i do to do it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The structure of the file is like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Person_Name, Project Manager , Region&lt;/P&gt;&lt;P&gt;Thanks for help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618229#M1247229</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rights section access</title>
      <link>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618235#M1247230</link>
      <description>&lt;P&gt;I would say that, ideally, using the lower granular field as reduction field will provide more flexibility, so in this case, the &lt;BR /&gt;"project" would be the reduction field, instead of project manager or region.&lt;/P&gt;
&lt;P&gt;However, if your data model has thousands of rows and is exposed to thousands of people, the section access table could grow too big to be maintainable or performing.&lt;/P&gt;
&lt;P&gt;In this case, think then on creating profiles or groups of people (you can use a concatenated field at the beginning to make sure you get what you expect):&lt;/P&gt;
&lt;P&gt;Simplifying, let's say data looks like this&lt;/P&gt;
&lt;P&gt;Project_Manager, Region, Key&lt;/P&gt;
&lt;P&gt;John, EU, John|EU&lt;/P&gt;
&lt;P&gt;John, US, John|US&lt;/P&gt;
&lt;P&gt;Mark, US, Mark|US&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now let's say I have to see Mark's projects (all US) plus those of John in the US as well.&amp;nbsp;Then section access would look like&lt;/P&gt;
&lt;P&gt;Person_Name, Key&lt;/P&gt;
&lt;P&gt;Miguel, Mark|US&lt;/P&gt;
&lt;P&gt;Miguel, John|US&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could be further simplified using a numeric key for each profile.&lt;/P&gt;
&lt;P&gt;Circling back, if using project number as the key in the section access table is possible and does not make the table big, use it instead, you will not have to care about any exceptions or combinations: each user will have a line in the section access table for each project he or she is allowed to see.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618235#M1247230</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-08-29T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rights section access</title>
      <link>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618237#M1247232</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ACCESS, USERID, PROJECT MANAGER, REGION&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ADMIN, X, *, *&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USER, Y, ASIA, EUROPE&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USER, Z, USA, PST&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// X person can see all data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Y person can see only ASIA Manager data in that EUROPE ...&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 13:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1618237#M1247232</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-29T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rights section access</title>
      <link>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1620754#M1247236</link>
      <description>&lt;P&gt;Zied, here are a couple of links, first one is from the Design Blog area, and it does contain some other posts inside it as well:&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;Here is the Help link on Section Access too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Security.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully if you still have any questions, these links will get you what you need.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 21:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rights-section-access/m-p/1620754#M1247236</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-05T21:46:17Z</dc:date>
    </item>
  </channel>
</rss>

