<?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: Set Analysis ignores Section Access? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142478#M92938</link>
    <description>&lt;P&gt;Section access values are only working in uppercase if I'm not wrong. Try with first with uppercase to see if this is solving it.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 15:43:36 GMT</pubDate>
    <dc:creator>vincent_ardiet_</dc:creator>
    <dc:date>2023-11-29T15:43:36Z</dc:date>
    <item>
      <title>Set Analysis ignores Section Access?</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142429#M92933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;we have the following issue: we have a field USERNAME which is used in the SectionAccess table to restrict user access to the data of a specific user.&lt;/P&gt;
&lt;P&gt;In general, it works fine. However, if we use the field USERNAME in a dimension together with the following Set Analysis expression:&amp;nbsp;{$&amp;lt;VALUE={1}&amp;gt;} USERNAME , the resulting dimension values contain ALL usernames including those which should be hidden by Section Access.&lt;/P&gt;
&lt;P&gt;The version we use is Qlik Sense Enterprise on Windows August 2023 Patch 6. We could not reproduce the behavior using&amp;nbsp;Qlik Sense Enterprise on Windows November 2021 Patch 4.&lt;/P&gt;
&lt;P&gt;The following loadscript provides a minimal working example, results are attached:&lt;/P&gt;
&lt;DIV&gt;Data:&lt;/DIV&gt;
&lt;DIV&gt;Load * Inline [&lt;/DIV&gt;
&lt;DIV&gt;USERNAME,VALUE&lt;/DIV&gt;
&lt;DIV&gt;Abc,1&lt;/DIV&gt;
&lt;DIV&gt;Abc,2&lt;/DIV&gt;
&lt;DIV&gt;Def,3&lt;/DIV&gt;
&lt;DIV&gt;Ghi,4&lt;/DIV&gt;
&lt;DIV&gt;];&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Data2:&lt;/DIV&gt;
&lt;DIV&gt;Load&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; USERNAME,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; 1 As VALUE2&lt;/DIV&gt;
&lt;DIV&gt;Resident Data;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;AccessTable:&lt;/DIV&gt;
&lt;DIV&gt;Load Distinct * Inline [&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ACCESS,USERID,USERNAME&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ADMIN,INTERNAL\SA_SCHEDULER,*&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; USER,*,Abc&lt;/DIV&gt;
&lt;DIV&gt;];&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Section Access;&lt;/DIV&gt;
&lt;DIV&gt;SectionAccess:&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; Load * Resident AccessTable;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;Section Application;&lt;/DIV&gt;
&lt;DIV&gt;Drop Table AccessTable;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a known issue and when will there be a fix?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142429#M92933</guid>
      <dc:creator>Larissa93</dc:creator>
      <dc:date>2023-11-29T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis ignores Section Access?</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142445#M92934</link>
      <description>&lt;P&gt;I wasn't able to replicate this in May 2023, but regardless I'd suggest opening a Support ticket to make sure you both get the latest information on whether this is a known issue, and if it isn't, make sure it's filed as a bug and addressed.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142445#M92934</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-29T14:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis ignores Section Access?</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142478#M92938</link>
      <description>&lt;P&gt;Section access values are only working in uppercase if I'm not wrong. Try with first with uppercase to see if this is solving it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 15:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142478#M92938</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-11-29T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis ignores Section Access?</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142501#M92941</link>
      <description>&lt;P&gt;Thanks for the hint but it doesn't solve it. And the Section Access is actually working fine except for this special case with the set analysis&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 16:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-ignores-Section-Access/m-p/2142501#M92941</guid>
      <dc:creator>Larissa93</dc:creator>
      <dc:date>2023-11-29T16:05:10Z</dc:date>
    </item>
  </channel>
</rss>

