<?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: Left Join help!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884589#M308474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="waving-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88025_waving-smiley-emoticon.gif" style="height: auto;" /&gt; Federico,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Simple and excellent!! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 07:34:05 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-06-01T07:34:05Z</dc:date>
    <item>
      <title>Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884584#M308469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="88021" alt="graffiti-message-hello-smiley-emoticon.gif" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/88021_graffiti-message-hello-smiley-emoticon.gif" style="height: auto;" /&gt; Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three excel files. First one is source file and rest are price files (Need to map). In source file, I have a unique column named as "ID". In price files, I have "ID" column but the price can be revised many times, so the Id can be repeated. I want to take the first value (First Id value) and left join with the source file. I have tried the below script but in price2 column, the value seems random (not first one). See below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;LOAD RowNo() as Unique_Field,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Source File.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Left Join(Main)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Price file.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Left Join(Main)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Price file - 2.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Store Main into Main.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Drop Table Main;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Main.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where not Exists(Unique_Field);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Price file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="88015" alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88015_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qv output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="88019" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/88019_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached files for sample. Please guide where I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PS:&lt;/STRONG&gt; I have around 10 price files like above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="88020" alt="animated-thank-you-smiley-emoticon.gif" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/88020_animated-thank-you-smiley-emoticon.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884584#M308469</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-06-01T07:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884585#M308470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88017_1.png" style="height: auto; width: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;script&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Main:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD RowNo() as Unique_Field,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Source File.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; rowno() as rn,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Id,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Price file.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Main)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load Id, Price&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Tmp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where Id&amp;lt;&amp;gt;peek(Id)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by Id, rn;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Tmp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; rowno() as rn,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Id,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Price file - 2.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Main)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load Id, Price2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Tmp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where Id&amp;lt;&amp;gt;peek(Id)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by Id, rn;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table Tmp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also try with mapping load and applymap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884585#M308470</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-01T07:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884586#M308471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;LOAD RowNo() as Unique_Field,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Source File.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Main)&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; firstvalue(Price) as "Price"&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Price file.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Group by Id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Main)&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; firstvalue(Price2) as "Price2"&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Price file - 2.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Group by Id;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884586#M308471</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-01T07:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884587#M308472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two (possible) problems with your example code:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It doesn't take the first or any other value at all, it just joins all values back to the original ID&lt;/LI&gt;&lt;LI&gt;Empty values aren't skipped (sse first id=5 in Procue.xlsx)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace every LEFT JOIN with this code to get an idea how you can do this. You may have adjust this example according to your further needs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;PriceTable1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD RowNo() AS RID, Id, Price FROM [Price file.xlsx](ooxml, embedded labels, table is Sheet1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE len(trim(Price)) &amp;gt; 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LEFT JOIN [Main)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Id, FirstSortedValue(Price, RID) AS Price&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT PriceTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GROUP BY Id;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table PriceTable;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884587#M308472</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-01T07:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884588#M308473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working as expected &lt;IMG alt="thumbs-up-hand-gesture-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88026_thumbs-up-hand-gesture-smiley-emoticon.gif" style="height: auto;" /&gt;. But i need to left join 10 excel files, so think the length of the code. If possible can you give me a sample code for mapping load or apply map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884588#M308473</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-06-01T07:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884589#M308474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="waving-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88025_waving-smiley-emoticon.gif" style="height: auto;" /&gt; Federico,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Simple and excellent!! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884589#M308474</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-06-01T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884590#M308475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Empty values are not a problem (It can be). Your solution also working nice. &lt;IMG alt="aokay-hand-gesture-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88027_aokay-hand-gesture-smiley-emoticon.gif" style="height: auto;" /&gt; Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884590#M308475</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-06-01T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Left Join help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884591#M308476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="88028" alt="happy-day-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88028_happy-day-smiley-emoticon.gif" style="height: auto;" /&gt; all and Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Join-help/m-p/884591#M308476</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-06-01T07:48:22Z</dc:date>
    </item>
  </channel>
</rss>

