<?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 Qlik Sense SaaS in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890940#M30226</link>
    <description>&lt;P&gt;Yes, there were two things I was needing to change. Instead of Professional, Analyzer, I was supposed to use ADMIN and USER.&lt;/P&gt;
&lt;P&gt;Also, the use of the wildcard "*", is not intended for all the values in the field you are trying to filter according to the user, but for all the values that exist in the data reduction table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This explanation by Dalton Ruer helped me really good to find the issues:&lt;/P&gt;
&lt;P&gt;&lt;A title="Making Sense of Section Access in Qlik Sense" href="https://community.qlik.com/t5/Qlik-Sense-Documents/Making-Sense-of-Section-Access-in-Qlik-Sense/tac-p/1493722#M3010" target="_blank" rel="noopener"&gt;Making Sense of Section Access in Qlik Sense&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my opinion the official article, for someone who never used section access before, is kind of hard to follow.&amp;nbsp; But after reading the Dalton explanation makes more sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 07:20:11 GMT</pubDate>
    <dc:creator>FranciscoQ</dc:creator>
    <dc:date>2022-09-14T07:20:11Z</dc:date>
    <item>
      <title>How to implement Section Access in Qlik Sense SaaS or Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890368#M30223</link>
      <description>&lt;P&gt;Hi, I am trying to implement Section Access in Qlik Sense SaaS, in order to filter the information according to the user accessing the app.&lt;/P&gt;
&lt;P&gt;I put in the script something like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Section Access;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load * INLINE [&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ACCESS, USER.EMAIL, REDUCTION &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Professional, &lt;A href="mailto:123@grupo123.com.ar," target="_blank" rel="noopener"&gt;123@grupo123.com.ar,&lt;/A&gt; 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Professional, &lt;A href="mailto:456@grupo123.com.ar," target="_blank" rel="noopener"&gt;456@grupo123.com.ar,&lt;/A&gt; 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Analyzer, &lt;A href="mailto:789@grupo123.com.ar," target="_blank" rel="noopener"&gt;789@grupo123.com.ar,&lt;/A&gt; 3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Analyzer, &lt;A href="mailto:1011@grupo123.com.ar," target="_blank" rel="noopener"&gt;1011@grupo123.com.ar,&lt;/A&gt; 4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Section Application;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DataReduction:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Load * INLINE [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;REDUCTION, Unit&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1, *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2, Beverages&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3, *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;4, Canned&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;] ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I run the script it says that I don't have access to load it. I put an * in UNIT.&lt;/P&gt;
&lt;P&gt;Maybe in the ACCESS column, I have to put ADMIN, USER? I put Professional, and Analyzer because those are the Qlik Sense SaaS Access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890368#M30223</guid>
      <dc:creator>FranciscoQ</dc:creator>
      <dc:date>2025-01-29T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890406#M30224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149331"&gt;@FranciscoQ&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please see the example in the article below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A title="Managing data security with Section Access" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm" target="_blank" rel="noopener"&gt;Managing data security with Section Access&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 14 Sep 2022 07:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890406#M30224</guid>
      <dc:creator>Seanog_Murphy</dc:creator>
      <dc:date>2022-09-14T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890783#M30225</link>
      <description>&lt;P&gt;The support reply above is good. You will see that, as you say, in the ACCESS column you can only have ADMIN or USER as values.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 07:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890783#M30225</guid>
      <dc:creator>AdamBS</dc:creator>
      <dc:date>2022-02-09T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890940#M30226</link>
      <description>&lt;P&gt;Yes, there were two things I was needing to change. Instead of Professional, Analyzer, I was supposed to use ADMIN and USER.&lt;/P&gt;
&lt;P&gt;Also, the use of the wildcard "*", is not intended for all the values in the field you are trying to filter according to the user, but for all the values that exist in the data reduction table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This explanation by Dalton Ruer helped me really good to find the issues:&lt;/P&gt;
&lt;P&gt;&lt;A title="Making Sense of Section Access in Qlik Sense" href="https://community.qlik.com/t5/Qlik-Sense-Documents/Making-Sense-of-Section-Access-in-Qlik-Sense/tac-p/1493722#M3010" target="_blank" rel="noopener"&gt;Making Sense of Section Access in Qlik Sense&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my opinion the official article, for someone who never used section access before, is kind of hard to follow.&amp;nbsp; But after reading the Dalton explanation makes more sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 07:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-implement-Section-Access-in-Qlik-Sense-SaaS-or-Qlik-Cloud/m-p/1890940#M30226</guid>
      <dc:creator>FranciscoQ</dc:creator>
      <dc:date>2022-09-14T07:20:11Z</dc:date>
    </item>
  </channel>
</rss>

