<?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: Join the tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095178#M89730</link>
    <description>&lt;P&gt;Hi YHC,&lt;/P&gt;
&lt;P&gt;I tried to copy your tables by inline loads in qlikview, and by doing this order and this type of Joins, I can get your result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiegoF_1-1689754016431.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112571i6DD03B4773E3C710/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DiegoF_1-1689754016431.png" alt="DiegoF_1-1689754016431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The result is what you expected:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiegoF_2-1689754034449.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112572i0C3282A93613F7A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DiegoF_2-1689754034449.png" alt="DiegoF_2-1689754034449.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I´m pretty sure this only works with this data.&lt;/P&gt;
&lt;P&gt;If you need help with more data let me know if I can try to assist you&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2023 08:07:57 GMT</pubDate>
    <dc:creator>Diego_780</dc:creator>
    <dc:date>2023-07-19T08:07:57Z</dc:date>
    <item>
      <title>Join the tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095147#M89727</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I want to join four tables as following screenshot. I want to pick the rows in&amp;nbsp;TABLE2, 3, 4 &amp;nbsp;if their IDs are match with TABLE1, and left join those qualified table. How should I do?&lt;/P&gt;
&lt;P&gt;I tried this:&lt;/P&gt;
&lt;P&gt;[TABLE1 left join TABLE2 left join TABLE3 left join TABLE4 ],&amp;nbsp; but it didn't show the product0002 and 0003. Also, don't use WHERE ID='0001''0002''0003', cause the original dataset is too big to type all the ID manually.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 07:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095147#M89727</guid>
      <dc:creator>YHC</dc:creator>
      <dc:date>2023-07-19T07:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Join the tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095157#M89729</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Can you try joining Table2, Table3 and Table4 First with Left join&amp;nbsp; then you can write Right join for Table1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[TABLE2 left join TABLE3 left join TABLE4&amp;nbsp; &amp;nbsp;Right join TABLE1 ]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this will work....&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 07:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095157#M89729</guid>
      <dc:creator>Tanish</dc:creator>
      <dc:date>2023-07-19T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Join the tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095178#M89730</link>
      <description>&lt;P&gt;Hi YHC,&lt;/P&gt;
&lt;P&gt;I tried to copy your tables by inline loads in qlikview, and by doing this order and this type of Joins, I can get your result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiegoF_1-1689754016431.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112571i6DD03B4773E3C710/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DiegoF_1-1689754016431.png" alt="DiegoF_1-1689754016431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The result is what you expected:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DiegoF_2-1689754034449.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112572i0C3282A93613F7A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DiegoF_2-1689754034449.png" alt="DiegoF_2-1689754034449.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I´m pretty sure this only works with this data.&lt;/P&gt;
&lt;P&gt;If you need help with more data let me know if I can try to assist you&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 08:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-the-tables/m-p/2095178#M89730</guid>
      <dc:creator>Diego_780</dc:creator>
      <dc:date>2023-07-19T08:07:57Z</dc:date>
    </item>
  </channel>
</rss>

