<?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: Load 2 resident tables with an inner join witn NoConcatenate option in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-2-resident-tables-with-an-inner-join-witn-NoConcatenate/m-p/2081887#M88733</link>
    <description>&lt;P&gt;TABLE_A_TEMP:&lt;/P&gt;
&lt;P&gt;After inner join, we don't specify field name, its the first table we want to inner join with the upcoming table.&lt;/P&gt;
&lt;P&gt;May be try like this -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;LOAD * Resident TABLE_A&lt;BR /&gt;WHERE LCM_HED_TP_CD='CNT';&lt;/P&gt;
&lt;P&gt;DROP TABLE TABLE_A;&lt;/P&gt;
&lt;P&gt;RENAME Table TABLE_A_TEMP to TABLE_A;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INNER JOIN (TABLE_A)&amp;nbsp; // table A and Table B have a common field PROJECT_PKID&lt;/P&gt;
&lt;P&gt;LOAD * Resident TABLE_B;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The final output should be in Table_A.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 21:10:01 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2023-06-08T21:10:01Z</dc:date>
    <item>
      <title>Load 2 resident tables with an inner join witn NoConcatenate option</title>
      <link>https://community.qlik.com/t5/App-Development/Load-2-resident-tables-with-an-inner-join-witn-NoConcatenate/m-p/2081816#M88732</link>
      <description>&lt;P&gt;I will link LOAD NoConcatenate 2 tables with an inner join on field PROJECT_PKID&lt;/P&gt;
&lt;P&gt;TABLE_A_TEMP:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;LOAD * Resident TABLE_A&lt;BR /&gt;WHERE LCM_HED_TP_CD='CNT';&lt;/P&gt;
&lt;P&gt;DROP TABLE TABLE_A;&lt;/P&gt;
&lt;P&gt;RENAME Table TABLE_A_TEMP to TABLE_A;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INNER JOIN (PROJECT_PKID)&amp;nbsp; // table A and Table B have a common field PROJECT_PKID&lt;/P&gt;
&lt;P&gt;TABLE_B_TEMP:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;LOAD * Resident TABLE_B;&lt;/P&gt;
&lt;P&gt;DROP TABLE&amp;nbsp; TABLE_B;&lt;/P&gt;
&lt;P&gt;RENAME Table TABLE_B_TEMP TO TABLE_B;&lt;/P&gt;
&lt;P&gt;but the NoConcatenate doesn't work with the TABLE_B&amp;nbsp; ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a delete NoConcatenate the script works but the Table B is concatenated to the Table A&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 17:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-2-resident-tables-with-an-inner-join-witn-NoConcatenate/m-p/2081816#M88732</guid>
      <dc:creator>meysspi</dc:creator>
      <dc:date>2023-06-08T17:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load 2 resident tables with an inner join witn NoConcatenate option</title>
      <link>https://community.qlik.com/t5/App-Development/Load-2-resident-tables-with-an-inner-join-witn-NoConcatenate/m-p/2081887#M88733</link>
      <description>&lt;P&gt;TABLE_A_TEMP:&lt;/P&gt;
&lt;P&gt;After inner join, we don't specify field name, its the first table we want to inner join with the upcoming table.&lt;/P&gt;
&lt;P&gt;May be try like this -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;LOAD * Resident TABLE_A&lt;BR /&gt;WHERE LCM_HED_TP_CD='CNT';&lt;/P&gt;
&lt;P&gt;DROP TABLE TABLE_A;&lt;/P&gt;
&lt;P&gt;RENAME Table TABLE_A_TEMP to TABLE_A;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INNER JOIN (TABLE_A)&amp;nbsp; // table A and Table B have a common field PROJECT_PKID&lt;/P&gt;
&lt;P&gt;LOAD * Resident TABLE_B;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The final output should be in Table_A.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-2-resident-tables-with-an-inner-join-witn-NoConcatenate/m-p/2081887#M88733</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2023-06-08T21:10:01Z</dc:date>
    </item>
  </channel>
</rss>

