<?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 can i Left Join() multiple tables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648447#M594444</link>
    <description>&lt;P&gt;what is your expected output???&lt;/P&gt;&lt;P&gt;your joining field don't have unique value so it will result into one to many relation.&lt;/P&gt;&lt;P&gt;Please check your data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 11:39:49 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2019-11-19T11:39:49Z</dc:date>
    <item>
      <title>How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1647823#M594437</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;i have four tables: A, B and C.&lt;/P&gt;&lt;P&gt;I need to bring all the fields of table C in table B and all the fields of table B in table A.&lt;/P&gt;&lt;P&gt;What's the right expression to do this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1647823#M594437</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2024-11-16T01:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648303#M594438</link>
      <description>&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;load * from tableA;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;load * from TableB;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;load * from TableC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 07:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648303#M594438</guid>
      <dc:creator>simrankaur</dc:creator>
      <dc:date>2019-11-19T07:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648321#M594439</link>
      <description>&lt;P&gt;You need to make sure that the keys columns having the same name, i.e. if you want to join table A with table B using the column "EmployeeNo", this column called EmpNo in table A but it's called EmployeeNo in table B, you need to give alias to the column to have same name (case sensitive) then use the "Left Join" between the tables.&lt;/P&gt;&lt;P&gt;TableABC:&lt;/P&gt;&lt;P&gt;Load colum1, column2 as Key1&lt;/P&gt;&lt;P&gt;from TableA;&lt;/P&gt;&lt;P&gt;Left Join (TableABC)&lt;/P&gt;&lt;P&gt;Load colum3, column4, column5 as Key1, column6 as Key2&lt;/P&gt;&lt;P&gt;from TableB;&lt;/P&gt;&lt;P&gt;Left Join (TableABC)&lt;/P&gt;&lt;P&gt;Load colum7, column8, column9 as Key2&lt;/P&gt;&lt;P&gt;from TableC;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 08:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648321#M594439</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2019-11-19T08:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648432#M594440</link>
      <description>&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;Yousef, here is attached a sample data file.&lt;/P&gt;&lt;P&gt;Can you help me to insert the script?&lt;/P&gt;&lt;P&gt;I've tried but something don't work.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648432#M594440</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-19T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648439#M594441</link>
      <description>&lt;P&gt;Hi Mattia,&lt;/P&gt;&lt;P&gt;I can also help with this.. please paste your script here instead of the qvw.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648439#M594441</guid>
      <dc:creator>manishnarang</dc:creator>
      <dc:date>2019-11-19T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648441#M594442</link>
      <description>&lt;P&gt;Use the below&lt;/P&gt;&lt;P&gt;TableABC:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COUNT, CODE, NUM&lt;BR /&gt;00000001, 897, 1&lt;BR /&gt;00000001, 576, 2&lt;BR /&gt;00000001, 253, 3&lt;BR /&gt;00000002, 897, 1&lt;BR /&gt;00000002, 543, 2&lt;BR /&gt;00000003, 923, 1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Left Join (TableABC)&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COUNT, PROG, COM&lt;BR /&gt;0000001, 1, 999&lt;BR /&gt;0000001, 2, 999&lt;BR /&gt;0000002, 1, 555&lt;BR /&gt;0000003, 1, 222&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Left Join (TableABC)&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COM, ASL, DIS&lt;BR /&gt;999, 030, LOM&lt;BR /&gt;555, 999&lt;BR /&gt;222, 010&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and you will get the data shown in the attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648441#M594442</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2019-11-19T11:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648446#M594443</link>
      <description>&lt;P&gt;Hi Manishnarang,&lt;/P&gt;&lt;P&gt;TableC:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COM, ASL, DIS&lt;BR /&gt;999, 030, LOM&lt;BR /&gt;555, 999&lt;BR /&gt;222, 010&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;TableB:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COUNT, PROG, COM&lt;BR /&gt;0000001, 1, 999&lt;BR /&gt;0000001, 2, 999&lt;BR /&gt;0000002, 1, 555&lt;BR /&gt;0000003, 1, 222&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;TableA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;COUNT, CODE, NUM&lt;BR /&gt;00000001, 897, 1&lt;BR /&gt;00000001, 576, 2&lt;BR /&gt;00000001, 253, 3&lt;BR /&gt;00000002, 897, 1&lt;BR /&gt;00000002, 543, 2&lt;BR /&gt;00000003, 923, 1&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648446#M594443</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-19T11:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648447#M594444</link>
      <description>&lt;P&gt;what is your expected output???&lt;/P&gt;&lt;P&gt;your joining field don't have unique value so it will result into one to many relation.&lt;/P&gt;&lt;P&gt;Please check your data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648447#M594444</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-11-19T11:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648449#M594445</link>
      <description>&lt;P&gt;Hi Yousef,&lt;/P&gt;&lt;P&gt;i can't see the attachment.&lt;/P&gt;&lt;P&gt;Error file system (-2147219196)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648449#M594445</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-19T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648459#M594446</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;thanks to all for the replies and the suggests.&lt;/P&gt;&lt;P&gt;This is a part of a more complex project.&lt;/P&gt;&lt;P&gt;My goal is to compare two data flows:&lt;/P&gt;&lt;P&gt;1) FLOW1: tables TES, DET, COM and TAR&lt;/P&gt;&lt;P&gt;2) FLOW2: tables AMB1, AMB2, COM and TAR&lt;/P&gt;&lt;P&gt;The key fields betweet the 4 tables (TES/DET and AMB1/AMB2) are the same: COUNT and PRES&lt;/P&gt;&lt;P&gt;So, i want this: all the fields of tables COM and TAR both in tables TES and AMB2.&lt;/P&gt;&lt;P&gt;But, in the 1st flow, the table COM have a key field with the table TES, while the table TAR have a key field with the table DET that have a key field with table TES.&lt;/P&gt;&lt;P&gt;In the 2nd flow, the table TAR have a key field with the table AMB2, while the table COM have a key field with the table AMB1 that have a key field with table AMB2.&lt;/P&gt;&lt;P&gt;To have a better understand of what i need, i can attach a sample data file with all the tables involved.&lt;/P&gt;&lt;P&gt;Please, give me some time.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648459#M594446</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-19T11:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can i Left Join() multiple tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648532#M594447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is attached the sample data file.&lt;/P&gt;&lt;P&gt;In the script, there are all the tables involved.&lt;/P&gt;&lt;P&gt;I need to join the tables in the following way:&lt;/P&gt;&lt;P&gt;from COM to TES&lt;/P&gt;&lt;P&gt;from TAR to DET and from DET to TES&lt;/P&gt;&lt;P&gt;from TAR to AMB2&lt;/P&gt;&lt;P&gt;from COM to AMB1 and from AMB1 to AMB2&lt;/P&gt;&lt;P&gt;So, i want this: all the fields of tables COM and TAR both in tables TES and AMB2.&lt;/P&gt;&lt;P&gt;I've tried also with applymap() but don't work. Other ideas are welcome!!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 13:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-Left-Join-multiple-tables/m-p/1648532#M594447</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-19T13:30:29Z</dc:date>
    </item>
  </channel>
</rss>

