<?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 with groups does not work in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-with-groups-does-not-work/m-p/2011921#M83667</link>
    <description>&lt;P&gt;Good morning,&lt;/P&gt;
&lt;P&gt;referencing to the article regarding section access with groups. &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-in-Qlik-Sense/ta-p/1714374" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-i...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In the example section access with group  &lt;SPAN&gt;'CN=ACCOUNTING,OU=FINANCE,DC=DOMAIN,DC=LOCAL' and the script is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;     ACCESS, USERID, GROUP, COUNTRY&lt;BR /&gt;     ADMIN, DOMAIN\ADMINISTRATOR,*, &lt;BR /&gt;     USER ,*,ACCOUNTING, ENGLAND    //This doesn't work&lt;BR /&gt;     USER ,*,'CN=ACCOUNTING,OU=FINANCE,DC=DOMAIN,DC=LOCAL', FRANCE  //This works&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Section Application;&lt;BR /&gt;SalesData:&lt;BR /&gt;LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;    COUNTRY, Sales    &lt;BR /&gt;    ENGLAND, 5000&lt;BR /&gt;    FRANCE, 6000&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I am trying to link to a group similar to your Group1, Group2 and this is not working, even these groups are in my profile.&lt;BR /&gt;User directory is Azure.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petergassert_1-1669969080118.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95232i8E4344A8643E1902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petergassert_1-1669969080118.png" alt="petergassert_1-1669969080118.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;In my example i adjusted the upper script to my groups.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;     ACCESS, USERID, GROUP, COUNTRY&lt;BR /&gt;     ADMIN, AZURE\ADMIN*, &lt;BR /&gt;     USER ,*, QLK_LHG_GRP_FLTOPS_EFF_CON , ENGLAND    &lt;BR /&gt;     USER ,*,QLK_LHG_GRP_FLTOPS, FRANCE&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Section Application;&lt;BR /&gt;SalesData:&lt;BR /&gt;LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;    COUNTRY, Sales    &lt;BR /&gt;    ENGLAND, 5000&lt;BR /&gt;    FRANCE, 6000&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Do you have an idea what i am doing wrong?&lt;/P&gt;
&lt;P&gt;Thanks and best regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 08:23:01 GMT</pubDate>
    <dc:creator>petergassert</dc:creator>
    <dc:date>2022-12-02T08:23:01Z</dc:date>
    <item>
      <title>Section Access with groups does not work</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-with-groups-does-not-work/m-p/2011921#M83667</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;
&lt;P&gt;referencing to the article regarding section access with groups. &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-in-Qlik-Sense/ta-p/1714374" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-i...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In the example section access with group  &lt;SPAN&gt;'CN=ACCOUNTING,OU=FINANCE,DC=DOMAIN,DC=LOCAL' and the script is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;     ACCESS, USERID, GROUP, COUNTRY&lt;BR /&gt;     ADMIN, DOMAIN\ADMINISTRATOR,*, &lt;BR /&gt;     USER ,*,ACCOUNTING, ENGLAND    //This doesn't work&lt;BR /&gt;     USER ,*,'CN=ACCOUNTING,OU=FINANCE,DC=DOMAIN,DC=LOCAL', FRANCE  //This works&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Section Application;&lt;BR /&gt;SalesData:&lt;BR /&gt;LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;    COUNTRY, Sales    &lt;BR /&gt;    ENGLAND, 5000&lt;BR /&gt;    FRANCE, 6000&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I am trying to link to a group similar to your Group1, Group2 and this is not working, even these groups are in my profile.&lt;BR /&gt;User directory is Azure.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petergassert_1-1669969080118.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95232i8E4344A8643E1902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="petergassert_1-1669969080118.png" alt="petergassert_1-1669969080118.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;In my example i adjusted the upper script to my groups.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;     ACCESS, USERID, GROUP, COUNTRY&lt;BR /&gt;     ADMIN, AZURE\ADMIN*, &lt;BR /&gt;     USER ,*, QLK_LHG_GRP_FLTOPS_EFF_CON , ENGLAND    &lt;BR /&gt;     USER ,*,QLK_LHG_GRP_FLTOPS, FRANCE&lt;BR /&gt; ];&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Section Application;&lt;BR /&gt;SalesData:&lt;BR /&gt;LOAD * INLINE&lt;/STRONG&gt; [&lt;BR /&gt;    COUNTRY, Sales    &lt;BR /&gt;    ENGLAND, 5000&lt;BR /&gt;    FRANCE, 6000&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Do you have an idea what i am doing wrong?&lt;/P&gt;
&lt;P&gt;Thanks and best regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 08:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-with-groups-does-not-work/m-p/2011921#M83667</guid>
      <dc:creator>petergassert</dc:creator>
      <dc:date>2022-12-02T08:23:01Z</dc:date>
    </item>
  </channel>
</rss>

