<?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 Section Access Explain in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526407#M107206</link>
    <description>&lt;P&gt;&lt;SPAN&gt;How do I assign user roles and data visibility using section access?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2025 11:37:43 GMT</pubDate>
    <dc:creator>Vikash938</dc:creator>
    <dc:date>2025-08-06T11:37:43Z</dc:date>
    <item>
      <title>Section Access Explain</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526407#M107206</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How do I assign user roles and data visibility using section access?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 11:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526407#M107206</guid>
      <dc:creator>Vikash938</dc:creator>
      <dc:date>2025-08-06T11:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Explain</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526408#M107207</link>
      <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2025/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2025/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 11:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526408#M107207</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-08-06T11:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Explain</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526544#M107238</link>
      <description>&lt;P&gt;In Qlik Sense, row and column level security is handled using something called Section Access. It’s a way to control what data different users can see in an app—based on fields like Type, Location, City, etc.&lt;/P&gt;
&lt;P&gt;How to Set Up Section Access&lt;BR /&gt;To get started, you need to create a security table that defines who can access what. This can be done using an external file (like Excel or CSV), or directly in the Qlik script using an inline table.&lt;/P&gt;
&lt;P&gt;Here’s an example using an inline table:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Security:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;USER, ACCESS, LOCATION&lt;BR /&gt;xyz@mail.com, ADMIN, Mumbai&lt;BR /&gt;];&lt;BR /&gt;After that, you add:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;BR /&gt;This tells Qlik that the security setup is done and now it should load the actual app data.&lt;/P&gt;
&lt;P&gt;Key Things to Remember&lt;BR /&gt;The field names used in Section Access (like LOCATION above) should be in uppercase—that’s the standard practice.&lt;/P&gt;
&lt;P&gt;The values in your security table must match exactly with the values in your data model. If they don’t match, users might not see any data.&lt;/P&gt;
&lt;P&gt;There are two types of access:&lt;/P&gt;
&lt;P&gt;ADMIN: Can see everything.&lt;/P&gt;
&lt;P&gt;USER: Can only see the data assigned to them.&lt;/P&gt;
&lt;P&gt;If a user isn’t listed in the Section Access table, they won’t be able to open the app at all.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 09:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-Explain/m-p/2526544#M107238</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-08-07T09:55:44Z</dc:date>
    </item>
  </channel>
</rss>

