<?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 LEFT JOIN not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/LEFT-JOIN-not-working/m-p/1910475#M75017</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a very simple question.&lt;/P&gt;
&lt;P&gt;I want to join two tables, where Table A I have my numerical data, and B I have the same dimensions plus another column.&lt;/P&gt;
&lt;P&gt;Using a simple left join it is not working, the Column Factorized_Units results in 0.&lt;/P&gt;
&lt;P&gt;I'm doing a very simple command such as:&lt;/P&gt;
&lt;P&gt;Final:&lt;/P&gt;
&lt;P&gt;LOAD * FROM&lt;/P&gt;
&lt;P&gt;Table A&lt;/P&gt;
&lt;P&gt;Left Join&lt;/P&gt;
&lt;P&gt;LOAD * FROM&lt;/P&gt;
&lt;P&gt;Table B&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LorenaGSaar_0-1648460377587.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75454iACF59DA7536AC0D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LorenaGSaar_0-1648460377587.png" alt="LorenaGSaar_0-1648460377587.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why a simple left join doesn't works?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 09:39:58 GMT</pubDate>
    <dc:creator>LorenaGSaar</dc:creator>
    <dc:date>2022-03-28T09:39:58Z</dc:date>
    <item>
      <title>LEFT JOIN not working</title>
      <link>https://community.qlik.com/t5/App-Development/LEFT-JOIN-not-working/m-p/1910475#M75017</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a very simple question.&lt;/P&gt;
&lt;P&gt;I want to join two tables, where Table A I have my numerical data, and B I have the same dimensions plus another column.&lt;/P&gt;
&lt;P&gt;Using a simple left join it is not working, the Column Factorized_Units results in 0.&lt;/P&gt;
&lt;P&gt;I'm doing a very simple command such as:&lt;/P&gt;
&lt;P&gt;Final:&lt;/P&gt;
&lt;P&gt;LOAD * FROM&lt;/P&gt;
&lt;P&gt;Table A&lt;/P&gt;
&lt;P&gt;Left Join&lt;/P&gt;
&lt;P&gt;LOAD * FROM&lt;/P&gt;
&lt;P&gt;Table B&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LorenaGSaar_0-1648460377587.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75454iACF59DA7536AC0D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LorenaGSaar_0-1648460377587.png" alt="LorenaGSaar_0-1648460377587.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why a simple left join doesn't works?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 09:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/LEFT-JOIN-not-working/m-p/1910475#M75017</guid>
      <dc:creator>LorenaGSaar</dc:creator>
      <dc:date>2022-03-28T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN not working</title>
      <link>https://community.qlik.com/t5/App-Development/LEFT-JOIN-not-working/m-p/1910613#M75039</link>
      <description>&lt;P&gt;Pretty hard to say since all you've included is a list of columns...&lt;/P&gt;
&lt;P&gt;I'd suggest checking:&lt;/P&gt;
&lt;P&gt;1) Data types match for each key field between the two tables. If they do not, they should be made to match&lt;/P&gt;
&lt;P&gt;2) Values in B match to a value in A for all of the key fields&lt;/P&gt;
&lt;P&gt;Something you could try is to remove the LEFT JOIN and just load the two tables individually. Then, select a value in the Factorized_Units field and see which other fields gray out entirely (all values are excluded) when they shouldn't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 13:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/LEFT-JOIN-not-working/m-p/1910613#M75039</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-28T13:18:23Z</dc:date>
    </item>
  </channel>
</rss>

