<?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 on multiple fields in different table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1925211#M76143</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am having a requirement where i have to reduce the data bases on 2 fields which are available in 2 different table, Script looks like something below -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;T1:&lt;BR /&gt;Load * &lt;BR /&gt;,UPPER([Level 3]) as L3&lt;BR /&gt;, Upper(Dash) as D;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;ID, Level 3, Dash&lt;BR /&gt;1, Upper, VI&lt;BR /&gt;2, lower, VI&lt;BR /&gt;3, midway, VI&lt;BR /&gt;4, ropeway, VI&lt;BR /&gt;5, walkway, VI&lt;BR /&gt;6, Danceway, VI&lt;BR /&gt;7, STYLEWAY, VI&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;T2:&lt;BR /&gt;Load *&lt;BR /&gt;,Upper(Dlevel3) as DL3&lt;BR /&gt;, Upper(Dash) as D;&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;BR /&gt;ID, Dlevel3, Dash&lt;BR /&gt;1, Danceway, VI&lt;BR /&gt;2, lower, VI&lt;BR /&gt;3, STYLEWAY, VI&lt;BR /&gt;4, walkway, VI&lt;BR /&gt;5, ropeway, VI&lt;BR /&gt;6, Upper, VI&lt;BR /&gt;7, midway, VI&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;[DATA ACCESS TABLE]:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,USERID,L3,D,DL3&lt;BR /&gt;USER,PUNIT,STYLEWAY,VI,STYLEWAY&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please let me know how we can reduce the data based on both L3 and DL3 fields where ID and D columns are the column in both the tables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Punit&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 14:41:03 GMT</pubDate>
    <dc:creator>punitpopli</dc:creator>
    <dc:date>2022-05-02T14:41:03Z</dc:date>
    <item>
      <title>Section Access on multiple fields in different table</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1925211#M76143</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am having a requirement where i have to reduce the data bases on 2 fields which are available in 2 different table, Script looks like something below -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;T1:&lt;BR /&gt;Load * &lt;BR /&gt;,UPPER([Level 3]) as L3&lt;BR /&gt;, Upper(Dash) as D;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;ID, Level 3, Dash&lt;BR /&gt;1, Upper, VI&lt;BR /&gt;2, lower, VI&lt;BR /&gt;3, midway, VI&lt;BR /&gt;4, ropeway, VI&lt;BR /&gt;5, walkway, VI&lt;BR /&gt;6, Danceway, VI&lt;BR /&gt;7, STYLEWAY, VI&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;T2:&lt;BR /&gt;Load *&lt;BR /&gt;,Upper(Dlevel3) as DL3&lt;BR /&gt;, Upper(Dash) as D;&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;BR /&gt;ID, Dlevel3, Dash&lt;BR /&gt;1, Danceway, VI&lt;BR /&gt;2, lower, VI&lt;BR /&gt;3, STYLEWAY, VI&lt;BR /&gt;4, walkway, VI&lt;BR /&gt;5, ropeway, VI&lt;BR /&gt;6, Upper, VI&lt;BR /&gt;7, midway, VI&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;[DATA ACCESS TABLE]:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,USERID,L3,D,DL3&lt;BR /&gt;USER,PUNIT,STYLEWAY,VI,STYLEWAY&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please let me know how we can reduce the data based on both L3 and DL3 fields where ID and D columns are the column in both the tables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Punit&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 14:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1925211#M76143</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2022-05-02T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on multiple fields in different table</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1925274#M76146</link>
      <description>&lt;P&gt;Both table look very similar. Therefore I suggest to concatenate both by unifying the field-names and adding a manually source-field to be able to differentiate with it the sources. This is now not specially for your section access task else such an approach resolves many challenges in general.&lt;/P&gt;
&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 17:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1925274#M76146</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-05-02T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on multiple fields in different table</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1926017#M76228</link>
      <description>&lt;P&gt;Thank you Marcus for your reply&lt;/P&gt;
&lt;P&gt;Will try concatenating both the tables and will validate of the section access is working as expected or not&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just FYI - T1 has a lot of columns currently compared to T2, this was just for representation&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-on-multiple-fields-in-different-table/m-p/1926017#M76228</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2022-05-04T07:27:05Z</dc:date>
    </item>
  </channel>
</rss>

