<?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: Concatenate 3 tables with Left join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039529#M1222662</link>
    <description>&lt;P&gt;Sure..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table:&lt;BR /&gt;load * Inline [&lt;/P&gt;
&lt;P&gt;X,Y,Z&lt;/P&gt;
&lt;P&gt;1,a,a1&lt;/P&gt;
&lt;P&gt;2,b,b2&lt;/P&gt;
&lt;P&gt;3,c,c3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;left join(Table)&lt;BR /&gt;Table1:&lt;BR /&gt;load * Inline [&lt;/P&gt;
&lt;P&gt;X,Y,Y&lt;/P&gt;
&lt;P&gt;1,a,aa1&lt;/P&gt;
&lt;P&gt;2,b,bb2&lt;/P&gt;
&lt;P&gt;3,c,cc3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;left join(Table)&lt;BR /&gt;Table2:&lt;BR /&gt;load * Inline [&lt;BR /&gt;X,Y,D&lt;/P&gt;
&lt;P&gt;1,a,aaa&lt;/P&gt;
&lt;P&gt;2,b,bbb&lt;/P&gt;
&lt;P&gt;3,c,ccc&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;left join(Table)&lt;BR /&gt;Table3:&lt;BR /&gt;load * Inline [&lt;BR /&gt;X,Y,P&lt;/P&gt;
&lt;P&gt;1,a,12&lt;/P&gt;
&lt;P&gt;2,b,23&lt;/P&gt;
&lt;P&gt;3,c,34&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I have this in 1 table (Table) above ,because I want to create some calculated fields too.&lt;/P&gt;</description>
    <pubDate>Sat, 18 Feb 2023 11:48:03 GMT</pubDate>
    <dc:creator>tango</dc:creator>
    <dc:date>2023-02-18T11:48:03Z</dc:date>
    <item>
      <title>Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039178#M1222646</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 3 tables (B,C,D)which needs to be joined to a another table (A) in such a way that A should be joined to B by Left Join and accordingly C &amp;amp; D with A.&lt;/P&gt;
&lt;P&gt;Now what I have tried is ,creating a left join and each section like separate table and simultaneously in next 2 sections for C &amp;amp; D. its creating synthetic key ,I am not sure how should I concatenate them , because Concatenate between 2 tables gives me Full Join which i do not want.&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 11:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039178#M1222646</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-17T11:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039369#M1222653</link>
      <description>&lt;P&gt;Can you post some sample data.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 16:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039369#M1222653</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-02-17T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039483#M1222656</link>
      <description>&lt;P&gt;did you drop the 3 tables you joined to table A?&amp;nbsp; since you left joined all 3 tables to a fourth, you would have duplicated all teh fields fro tables BCD - this could have caused the syth tables.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 21:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039483#M1222656</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-17T21:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039484#M1222657</link>
      <description>&lt;P&gt;also concatenate is not a join - 2 different things&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 21:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039484#M1222657</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-17T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039529#M1222662</link>
      <description>&lt;P&gt;Sure..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table:&lt;BR /&gt;load * Inline [&lt;/P&gt;
&lt;P&gt;X,Y,Z&lt;/P&gt;
&lt;P&gt;1,a,a1&lt;/P&gt;
&lt;P&gt;2,b,b2&lt;/P&gt;
&lt;P&gt;3,c,c3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;left join(Table)&lt;BR /&gt;Table1:&lt;BR /&gt;load * Inline [&lt;/P&gt;
&lt;P&gt;X,Y,Y&lt;/P&gt;
&lt;P&gt;1,a,aa1&lt;/P&gt;
&lt;P&gt;2,b,bb2&lt;/P&gt;
&lt;P&gt;3,c,cc3&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;left join(Table)&lt;BR /&gt;Table2:&lt;BR /&gt;load * Inline [&lt;BR /&gt;X,Y,D&lt;/P&gt;
&lt;P&gt;1,a,aaa&lt;/P&gt;
&lt;P&gt;2,b,bbb&lt;/P&gt;
&lt;P&gt;3,c,ccc&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;left join(Table)&lt;BR /&gt;Table3:&lt;BR /&gt;load * Inline [&lt;BR /&gt;X,Y,P&lt;/P&gt;
&lt;P&gt;1,a,12&lt;/P&gt;
&lt;P&gt;2,b,23&lt;/P&gt;
&lt;P&gt;3,c,34&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I have this in 1 table (Table) above ,because I want to create some calculated fields too.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 11:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039529#M1222662</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-18T11:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039531#M1222663</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roopalichavan9274_0-1676723600027.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100835i814AE64FE9141C7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="roopalichavan9274_0-1676723600027.png" alt="roopalichavan9274_0-1676723600027.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is actually my requirement ,so if I am loading Main table thrice it doesnt mean anything , if I load it once and then perform left join and then drop and resident Table , it shows data for 1st loaded table and no data for another&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 12:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039531#M1222663</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-18T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039532#M1222664</link>
      <description>&lt;P&gt;Yes I tried with that , when I drop it I do not see any details of it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 12:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039532#M1222664</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-18T12:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039533#M1222665</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/205384"&gt;@tango&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Base on the diagram, what will the final table look like?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 13:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039533#M1222665</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-02-18T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039970#M1222679</link>
      <description>&lt;P&gt;you dont need to join.&amp;nbsp; Qlik will handle the association.&amp;nbsp; there must be a reason why you want to join them.&amp;nbsp; if you want to convert the DM to a star schema then yes, join them and then drop the source tables.&amp;nbsp; if you arent joining all the fields, you drop the fields you joined into the first table.&amp;nbsp; but that goes back to the question why do it at all.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;left join (MainTable)
load ID, Date, //these are your keys i suppose
Title          //this gets added to main table
resident Table1;
               //at this point Title is in main table
drop Table1; // you dont need this anymore as 
             //youve loaded table1 info into Main
             //do the same to the other tables&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2039970#M1222679</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-20T15:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2040588#M1222698</link>
      <description>Can we have some structure like we can resident Maintable and create a New&lt;BR /&gt;Source table wherein I can left joined data from another tables and create&lt;BR /&gt;Calculated fields.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2040588#M1222698</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-21T19:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2040767#M1222703</link>
      <description>&lt;P&gt;I'm not sure what you're trying to accomplish, but perhaps this?&lt;/P&gt;
&lt;P&gt;MainTable:&lt;BR /&gt;LOAD * FROM MainTable;&lt;/P&gt;
&lt;P&gt;Noconcatenate&lt;BR /&gt;NewSourceTable:&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Name,&lt;BR /&gt;Date&lt;/P&gt;
&lt;P&gt;Resident MainTable;&lt;BR /&gt;DROP Table MainTable;&lt;/P&gt;
&lt;P&gt;Left Join(NewSourceTable)&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Date,&lt;BR /&gt;Title&lt;BR /&gt;FROM Table1;&lt;/P&gt;
&lt;P&gt;Left Join(NewSourceTable)&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Date,&lt;BR /&gt;Address&lt;BR /&gt;FROM Table2;&lt;/P&gt;
&lt;P&gt;Left Join(NewSourceTable)&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Date,&lt;BR /&gt;Country&lt;BR /&gt;FROM Table3;&lt;/P&gt;
&lt;P&gt;Noconcatenate&lt;BR /&gt;FinalTable:&lt;BR /&gt;LOAD ID,&lt;BR /&gt;Name,&lt;BR /&gt;Title,&lt;BR /&gt;Date,&lt;BR /&gt;Address,&lt;BR /&gt;Title &amp;amp;' '&amp;amp; Name as [Name Title], //Calculated field&lt;BR /&gt;Country &amp;amp;'-'&amp;amp; Address as [Residential Address] //Calculated field&lt;/P&gt;
&lt;P&gt;Resident NewSourceTable;&lt;BR /&gt;DROP Table NewSourceTable;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2040767#M1222703</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-02-22T08:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2040948#M1222705</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roopalichavan9274_0-1677073020467.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101123i95C7216C359EBD58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="roopalichavan9274_0-1677073020467.png" alt="roopalichavan9274_0-1677073020467.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This Left join doesn't gives me correct number of ID because its counting the ID from another table when performing left join in 2nd part. 1st table left join throws correct distinct ID but then 2nd table left join is throwing ID (considering some ID from 1st table too).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 13:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2040948#M1222705</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-22T13:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041045#M1222715</link>
      <description>&lt;P&gt;you should drop Table1, Table2, and Table3.&amp;nbsp; perhaps the issue you are encountering is due to synthetic tables.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 16:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041045#M1222715</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-22T16:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041478#M1222743</link>
      <description>&lt;P&gt;this means&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maintable:&lt;/P&gt;
&lt;P&gt;Load ID, NAME;&lt;/P&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;Left Join(Maintable)&lt;/P&gt;
&lt;P&gt;Load Title&lt;/P&gt;
&lt;P&gt;resident&amp;nbsp;Maintable;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;Left Join(Maintable)&lt;/P&gt;
&lt;P&gt;Load Country&lt;/P&gt;
&lt;P&gt;resident&amp;nbsp;Maintable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now where should I drop table1 and table2 as they are joined with MainTable.&lt;/P&gt;
&lt;P&gt;Sorry for being so at beginner level. but getting confused.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 13:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041478#M1222743</guid>
      <dc:creator>tango</dc:creator>
      <dc:date>2023-02-23T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041483#M1222744</link>
      <description>&lt;P&gt;Can you share some actual data sample and desired output, maybe there are other ways to achieve the same results.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 14:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041483#M1222744</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-02-23T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 3 tables with Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041700#M1222747</link>
      <description>&lt;P&gt;it sounds like you really dont have table1, table2.&amp;nbsp; from your code you are actually trying to load table1 and table2 from the data in Maintable.&lt;/P&gt;
&lt;P&gt;i dont think you are using the right statements.&amp;nbsp; from the looks of it, your source table is Maintable.&amp;nbsp; i suggest you add the following before you start your left joins:&lt;BR /&gt;&lt;BR /&gt;exit script;&lt;/P&gt;
&lt;P&gt;then take a screenshot of your data model.&amp;nbsp; this will help everyone understand your baseline tables.&amp;nbsp; then show us what you want to achieve.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 23:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-3-tables-with-Left-join/m-p/2041700#M1222747</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-23T23:57:40Z</dc:date>
    </item>
  </channel>
</rss>

