<?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: issue with Left Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957842#M328957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Adam, thanks for the reply and all the great info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through your link above and its the Left Join I need in my case because I want to join based on whats common between the 2 tables based on the Key(Material, Plant, Week and Sales Org) and not everything that's there in the 2 tables . You are right that Concatenate wont work in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that the Left Join isn't working as expected, i.e after the Join my result qvd has all the fields from the 2 tables but only shows data for fields in Table 1 and - for all Fields coming from Table 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 11:47:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-21T11:47:43Z</dc:date>
    <item>
      <title>issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957837#M328952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Gurus, I have an issue with my code, hope someone can help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to join 2 tables USAInvSum and USABillSum using a left join with the coding below but when I see the ouptut qvd i.e.USABillInv.qvd, the records are joined based on the common fields between the 2 tables but all KPIs in the 2nd table(USABillSum) show no data and only values for the KPIs from the 1st table show up(USAInvSum), what am I doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USAInvSum:&lt;/P&gt;&lt;P&gt;Load [Material],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Plant],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Week],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SalesOrg], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ValStockVal]) as [ValStockVal],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ValStockQty]) as [ValStockQty]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident USAInv&lt;/P&gt;&lt;P&gt;Group By [Week], [Material], [Plant], [SalesOrg];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(USAInvSum)&lt;/P&gt;&lt;P&gt;LOAD [Week],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Material], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Plant],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SalesOrg],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([COGS_DOM]) as [COGS_DOM],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([COGS_FOB]) as [COGS_FOB],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([INVC_QTY]) as [INVC_QTY], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([NetSalesAmt_DOM]) as [NetSalesAmt_DOM], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([NetSalesAmt_FOB]) as [NetSalesAmt_FOB], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ReturnQty]) as [ReturnQty], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ReturnAmt]) as [ReturnAmt], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([GrossQty]) as [GrossQty], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([GrossAmt]) as [GrossAmt]&lt;/P&gt;&lt;P&gt;Resident USABillSum&lt;/P&gt;&lt;P&gt;Group By Week, Material, Plant, SalesOrg;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store USAInvSum into $(vQVDPathinv)USABillInv.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 16:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957837#M328952</guid>
      <dc:creator />
      <dc:date>2015-12-18T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957838#M328953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please take a look at the article in the link below - it does a good job of explaining joins in qlikview and has examples of the results using the same tables but utilizing different joins&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 17:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957838#M328953</guid>
      <dc:creator />
      <dc:date>2015-12-18T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957839#M328954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a left join will only add the data from the second table that matches the first table.&amp;nbsp; If the second table is really another table with data that needs to be added to the first table regardless of what may or may not match up, you would want to do a full join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since the 2 tables do not have all fo the same columns I do not think concatenate would give you what you are looking for&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 17:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957839#M328954</guid>
      <dc:creator />
      <dc:date>2015-12-18T17:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957840#M328955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PC - any new information or update&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 19:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957840#M328955</guid>
      <dc:creator />
      <dc:date>2015-12-18T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957841#M328956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PC's ! Try 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;USAInvSum:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Material]&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Plant]&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Week]&amp;amp;[SalesOrg]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as %KEY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Material],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Plant],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Week],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SalesOrg],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ValStockVal]) as [ValStockVal],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ValStockQty]) as [ValStockQty]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident USAInv&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Group By [Week], [Material], [Plant], [SalesOrg];&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: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left Join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Material]&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Plant]&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Week]&amp;amp;[SalesOrg]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as %KEY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([COGS_DOM]) as [COGS_DOM],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([COGS_FOB]) as [COGS_FOB],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([INVC_QTY]) as [INVC_QTY],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([NetSalesAmt_DOM]) as [NetSalesAmt_DOM],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([NetSalesAmt_FOB]) as [NetSalesAmt_FOB],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ReturnQty]) as [ReturnQty],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([ReturnAmt]) as [ReturnAmt],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([GrossQty]) as [GrossQty],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM([GrossAmt]) as [GrossAmt]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident USABillSum&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Group By Week, Material, Plant, SalesOrg;&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;store USAInvSum into $(vQVDPathinv)USABillInv.qvd;&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: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I hope that it help you ! Answer me for any question&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: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards, Agustin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 19:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957841#M328956</guid>
      <dc:creator />
      <dc:date>2015-12-18T19:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957842#M328957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Adam, thanks for the reply and all the great info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through your link above and its the Left Join I need in my case because I want to join based on whats common between the 2 tables based on the Key(Material, Plant, Week and Sales Org) and not everything that's there in the 2 tables . You are right that Concatenate wont work in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that the Left Join isn't working as expected, i.e after the Join my result qvd has all the fields from the 2 tables but only shows data for fields in Table 1 and - for all Fields coming from Table 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 11:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957842#M328957</guid>
      <dc:creator />
      <dc:date>2015-12-21T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957843#M328958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Agustin, thanks so much for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try this and looks like its working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swaroop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 11:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957843#M328958</guid>
      <dc:creator />
      <dc:date>2015-12-21T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957844#M328959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the join &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Left Join(USAInvSum)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;reload&lt;/P&gt;&lt;P&gt;open the table viewer to check if the tables are associated with the 4 common fields (you'll find a syn key too)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add some user interface objects to check, ie a tablebox with all fields to see where the association works and where it doesn't&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you have a different format for the fields? weeks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 12:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957844#M328959</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-21T12:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957845#M328960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Maxgro, I tried the above and found the error in one of the tables where U was using the wrong field for Key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 13:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957845#M328960</guid>
      <dc:creator />
      <dc:date>2015-12-21T13:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: issue with Left Join</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957846#M328961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I am glad for it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 19:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-Left-Join/m-p/957846#M328961</guid>
      <dc:creator />
      <dc:date>2015-12-21T19:07:54Z</dc:date>
    </item>
  </channel>
</rss>

