<?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: Applying  two different section access on two different tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1650778#M48573</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85414"&gt;@Supriya4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe I have better understanding of your question but keep in mind the following:&lt;/P&gt;
&lt;P&gt;Section access tables are deleted, anything after Section Application won't exist anymore.&lt;/P&gt;
&lt;P&gt;In order to have Section Access working the fields need to be named as the valid fields required for section access :ACCESS,USERID,GROUP, other fields will not be recognized.&lt;/P&gt;
&lt;P&gt;I would suggest to check &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp; post about Section Access to be more familiar with the way that Section Access works.&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;Kind Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 16:08:38 GMT</pubDate>
    <dc:creator>NadiaB</dc:creator>
    <dc:date>2019-11-25T16:08:38Z</dc:date>
    <item>
      <title>Applying  two different section access on two different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1648443#M48328</link>
      <description>&lt;P&gt;Hi peeps,&lt;/P&gt;&lt;P&gt;I want to apply two section access tables into two different tables in the load editor. The code is as follows:&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;Table_1:&lt;BR /&gt;LOAD&lt;BR /&gt;"ACCESS",&lt;BR /&gt;"USERID",&lt;BR /&gt;"ACCESS LEVEL"&lt;BR /&gt;FROM [lib://Views/section access.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is TEST);&lt;/P&gt;&lt;P&gt;table_2:&lt;BR /&gt;LOAD&lt;BR /&gt;"ACCESS" as ACCESS1,&lt;BR /&gt;"USERID" as USERID1,&lt;BR /&gt;"ACCESS LEVEL" as "ACCESS LEVEL1"&lt;BR /&gt;FROM [lib://Views/section access_1.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is TEST);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here in the above code, I tried using two different section access tables, but I&amp;nbsp;&lt;STRONG&gt;don't want to join the section access tables.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The section application code is:&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;//column names&lt;/P&gt;&lt;P&gt;upper(ACCESS LEVEL) AS ACCESS LEVEL,&lt;/P&gt;&lt;P&gt;FROM [//lib/Views/Live_Data_Test_v2.xlsm]&lt;BR /&gt;(ooxml, embedded labels, table is [test]);&lt;/P&gt;&lt;P&gt;table2:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;//here the table 1 needs to have section access from table_1 and table 2 needs to have SA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//from table2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;//different columns&lt;/P&gt;&lt;P&gt;upper(ACCESS LEVEL1) as "ACCESS LEVEL1",&lt;/P&gt;&lt;P&gt;FROM [//lib/Views/Live_Data_Test.xlsm]&lt;BR /&gt;(ooxml, embedded labels, table is [test]);&lt;/P&gt;&lt;P&gt;If I am using this code, the second table(table2) is taking section access from table_1 only, and I am able to see the data from the second table. Can anyone please help me in this? I am new to section access concept in qlik sense.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1648443#M48328</guid>
      <dc:creator>Supriya4</dc:creator>
      <dc:date>2024-11-16T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Applying  two different section access on two different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1648604#M48354</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85414"&gt;@Supriya4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the goal you are trying to achieve? Could you provide further details about what is the reason that you would like to have two different tables?&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 15:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1648604#M48354</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2019-11-19T15:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Applying  two different section access on two different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1648839#M48369</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22488"&gt;@NadiaB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, let me give you a scenario:&lt;/P&gt;&lt;P&gt;Suppose there are 10 users for the dashboard. all the 10 users are under section access and can view the data correctly according to their access level. But there is table 2, which is&amp;nbsp; NOT JOINED with table1, and I am not able to apply the same section access to that table. I wanted to know how we can achieve applying same section access to the second table, without joining them.&lt;/P&gt;&lt;P&gt;I do not intend to join them, otherwise the purpose of the view shall fail. It would be great if you can help me through!&lt;/P&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 06:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1648839#M48369</guid>
      <dc:creator>Supriya4</dc:creator>
      <dc:date>2019-11-20T06:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Applying  two different section access on two different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1649222#M48410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85414"&gt;@Supriya4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I'm still confused, it is not clear to me the reason behind having two tables, it will be necessary to provide further details to clarify the requirement.&lt;/P&gt;
&lt;P&gt;It was mentioned that "&lt;SPAN&gt;the purpose of the view shall fail" if the tables are joined, could you describe what the purpose is? what failure might cause ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Kind regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1649222#M48410</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2019-11-20T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Applying  two different section access on two different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1650039#M48491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22488"&gt;@NadiaB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The first table shows data from&amp;nbsp; the file 1. the second table shows the data by comparing anomaly in data that file 1 has, by comparing the data from file 2.&lt;/P&gt;&lt;P&gt;Now suppose if a person A is allowed to see data from file 1 say- ID 1, and person B not allowed to see ID 1. Now, that ID 1 has been identified as&amp;nbsp; an anomaly, so in the second table, it should only be visible to person A, not B .&lt;/P&gt;&lt;P&gt;For this reason I wanted to apply same section access to both the different tables.&lt;/P&gt;&lt;P&gt;I hope I am able to solve your query.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 11:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1650039#M48491</guid>
      <dc:creator>Supriya4</dc:creator>
      <dc:date>2019-11-22T11:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Applying  two different section access on two different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1650778#M48573</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85414"&gt;@Supriya4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe I have better understanding of your question but keep in mind the following:&lt;/P&gt;
&lt;P&gt;Section access tables are deleted, anything after Section Application won't exist anymore.&lt;/P&gt;
&lt;P&gt;In order to have Section Access working the fields need to be named as the valid fields required for section access :ACCESS,USERID,GROUP, other fields will not be recognized.&lt;/P&gt;
&lt;P&gt;I would suggest to check &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp; post about Section Access to be more familiar with the way that Section Access works.&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;Kind Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Applying-two-different-section-access-on-two-different-tables/m-p/1650778#M48573</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2019-11-25T16:08:38Z</dc:date>
    </item>
  </channel>
</rss>

