<?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 using two fields at the same time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640320#M1246769</link>
    <description>&lt;P&gt;Hi Pablo, you can try loading&amp;nbsp;&lt;SPAN&gt;KEY_ACCESSO and&amp;nbsp;USUARIO&amp;nbsp;from&amp;nbsp;ACCESO_DATOS as an application table so your inline table will end connected in the same model.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 11:43:43 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2019-10-28T11:43:43Z</dc:date>
    <item>
      <title>Section Access using two fields at the same time</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640249#M1246763</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I have a question. My database model has a fact table, a bridge table which I use for the two fields section access and it works perfectly fine, I also have an INLINE table that is not connected to anything where I specified roles for the users with different flags so I can choose which tab or objets they can see or not. So when I add the new field to the section access that only exists in the inline table my security works unstable. Can someone please explain me why I cant do this and which would be the right way to do it?&lt;/P&gt;&lt;P&gt;This is the script Im using in the dashboard for the section access:&lt;/P&gt;&lt;P&gt;LET vL.TableName='ACCESO_DATOS';&lt;BR /&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;ACCESO_DATOS:&lt;/P&gt;&lt;P&gt;LOAD UPPER(ACCESS) AS ACCESS,&lt;BR /&gt;UPPER(NTNAME) AS NTNAME,&lt;BR /&gt;UPPER([PAIS]&amp;amp;'|'&amp;amp;[SOCIEDAD]) as KEY_ACCESSO, //this field connects to the bridge table and the fact table&lt;BR /&gt;UPPER (USUARIO) AS USUARIO // this is the new field that I connect to the INLINE table&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[$(vG.QVDPath)\$(vL.TableName).qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640249#M1246763</guid>
      <dc:creator>pablomind</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using two fields at the same time</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640303#M1246766</link>
      <description>&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you are creating entries in your SA that only link to your data island INLINE table, you are also adding Null() values to the attributes which link to your reporting Model in general.&amp;nbsp;This is tightly connected to the "Strict Exclusion" setting in your model, which I presume is not clicked. You can check it to see how your security handles Null()s.&lt;/P&gt;&lt;P&gt;My recommendations to get your issue resolved:&lt;/P&gt;&lt;P&gt;1. Make sure each combination of values in your 'Bridge' table is reflected in your section access to avoid filtering data for all users.&lt;/P&gt;&lt;P&gt;2. Make sure neither fields in your Bridge table contain Null() values.&lt;/P&gt;&lt;P&gt;3. No Null values in the Section access too. If you have to add entries for custom visuals - add them in your INLINE table instead (which I'd recommend you put in external source for ease of configuration).&lt;/P&gt;&lt;P&gt;4. Make sure instead of using the '*' to link to all possible values, have them all explicitly listed&lt;/P&gt;&lt;P&gt;5. Your desired model structure should look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22436i2A0D5EB9C77DA18E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;S.T.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 11:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640303#M1246766</guid>
      <dc:creator>Stoyan_Terziev</dc:creator>
      <dc:date>2019-10-28T11:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using two fields at the same time</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640320#M1246769</link>
      <description>&lt;P&gt;Hi Pablo, you can try loading&amp;nbsp;&lt;SPAN&gt;KEY_ACCESSO and&amp;nbsp;USUARIO&amp;nbsp;from&amp;nbsp;ACCESO_DATOS as an application table so your inline table will end connected in the same model.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 11:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1640320#M1246769</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-10-28T11:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using two fields at the same time</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1643393#M1246770</link>
      <description>&lt;P&gt;Pablo, below are some links that should help you better understand how things work.&amp;nbsp; In the first one, it is from the Design Blog area on the Community, there are also a few other related links, the dynamic reduction ones are the others you definitely want to read through there too.&amp;nbsp; The other link is to the Help area, hopefully between the two, things will make sense to you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One other thing you can do to help work through things is comment out the Section Access line only, this will then load your Section Access table as a visible table into the rest of the data model making it a bit easier to try to troubleshoot what is wrong...&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;&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 this helps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 19:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-two-fields-at-the-same-time/m-p/1643393#M1246770</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-05T19:45:04Z</dc:date>
    </item>
  </channel>
</rss>

