<?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 based on an internal QS table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533970#M62689</link>
    <description>&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Could you clarify for me how I would write this into the section access?&lt;BR /&gt;Would it be:?&lt;/P&gt;&lt;PRE&gt;Star is *;
Section Access;
Load * Inline [
ACCESS,	USERID,								RESTRICT	
ADMIN,	*****\*******,						           *			
USER, 	ADGROUP,							POSITIONID	&lt;/PRE&gt;&lt;P&gt;Thanks for your input&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jan 2019 16:06:20 GMT</pubDate>
    <dc:creator>robin_heijt</dc:creator>
    <dc:date>2019-01-23T16:06:20Z</dc:date>
    <item>
      <title>Section Access based on an internal QS table.</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533938#M62687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I was wondering if it is somehow possible to base section access based upon an internal Qlik Sense Table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I would combine 3 tables through a join.&lt;/P&gt;&lt;PRE&gt;AD_GROUPS:

AD Group,

Unique ID

From: File1;

left join AD_GROUPS
POSITIONID:

Position ID,

Unique ID

From file 2;

Left Join AD_GROUPS

GLOBALID:

Unique ID,

Global ID

From File 3;





Load

Unique ID,

Global ID,

Position ID,

AD Group

From AD_GROUPS;&lt;/PRE&gt;&lt;P&gt;Can I now create a section access that will use the string of the AD Group field and give access to all associated lines in field Position ID?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or does it have to be a pre-created table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533938#M62687</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2021-04-02T07:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on an internal QS table.</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533951#M62688</link>
      <description>&lt;P&gt;You can create a section access table from any source including tables you created earlier in the load script. What you can't do is create a section access table that tries to load data from a table that doesn't exist yet.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 15:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533951#M62688</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-23T15:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on an internal QS table.</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533970#M62689</link>
      <description>&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Could you clarify for me how I would write this into the section access?&lt;BR /&gt;Would it be:?&lt;/P&gt;&lt;PRE&gt;Star is *;
Section Access;
Load * Inline [
ACCESS,	USERID,								RESTRICT	
ADMIN,	*****\*******,						           *			
USER, 	ADGROUP,							POSITIONID	&lt;/PRE&gt;&lt;P&gt;Thanks for your input&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 16:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533970#M62689</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2019-01-23T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access based on an internal QS table.</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533981#M62690</link>
      <description>SomeTable:&lt;BR /&gt;LOAD ...fields... FROM ...somewhere...;&lt;BR /&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD ...stuff... RESIDENT SomeTable;</description>
      <pubDate>Wed, 23 Jan 2019 16:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-based-on-an-internal-QS-table/m-p/1533981#M62690</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-23T16:30:51Z</dc:date>
    </item>
  </channel>
</rss>

