<?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: How to Concatenate when we have more than two tables to join in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129594#M19797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 06:04:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-05T06:04:24Z</dc:date>
    <item>
      <title>How to Concatenate when we have more than two tables to join</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129592#M19795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where more than two tables are involved in joining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex. Consider 6 tables like Table 1,2,..6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to left join between Table 1,Table 2,Table 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;Join (Table 1)&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;Join (Table 1)&lt;/P&gt;&lt;P&gt;Table 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly I joined remaining&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Join(&lt;SPAN style="font-size: 13.3333px;"&gt;Table 4&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Join(&lt;SPAN style="font-size: 13.3333px;"&gt;Table 4&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 6&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to consider union between Table 1, Table 2, Table 3 (Union) Table 4,Table 5, Table 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I Considered like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left Join (Table 1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left Join (Table 1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Concatinaton(Table1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left Join(&lt;SPAN style="font-size: 13.3333px;"&gt;Table 4&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left Join(&lt;SPAN style="font-size: 13.3333px;"&gt;Table 4&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table 6&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But while Loading it is throwing error and not able to perform Concatination operation between those two group of tables (Table 1,2,3 with Table 4,5,6)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please help me in this scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 11:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129592#M19795</guid>
      <dc:creator />
      <dc:date>2016-08-04T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate when we have more than two tables to join</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129593#M19796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Join (Table 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Join (Table 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Join(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table 4&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Join(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Table 4&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Concatenate(Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident Table4;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;DROP Table4;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 12:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129593#M19796</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-04T12:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Concatenate when we have more than two tables to join</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129594#M19797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 06:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Concatenate-when-we-have-more-than-two-tables-to-join/m-p/1129594#M19797</guid>
      <dc:creator />
      <dc:date>2016-08-05T06:04:24Z</dc:date>
    </item>
  </channel>
</rss>

