<?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: IF ERROR behavior during left join in a load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189980#M626654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In this case a mapping table will work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapT2:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Key, Cat&lt;/P&gt;&lt;P&gt;a, beer&lt;/P&gt;&lt;P&gt;c, soda&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Key, Value, ApplyMap('mapT2',Value, 'water') as Category&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Key, Value&lt;/P&gt;&lt;P&gt;1, a&lt;/P&gt;&lt;P&gt;2, b&lt;/P&gt;&lt;P&gt;3, b&lt;/P&gt;&lt;P&gt;4, c&lt;/P&gt;&lt;P&gt;5, d&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But often you need to do that in two steps. First join the two tables to create a new temporary table. Then create yet another table by loading the data from the temporary table and adding the missing values. Finally drop the temporary table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2016 15:53:39 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-09-22T15:53:39Z</dc:date>
    <item>
      <title>IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189979#M626653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hi all, I would like to know if it is possible to fill a field during a join with a specific value when no correspondence is found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1 has:&lt;/P&gt;&lt;P&gt;key / value&lt;/P&gt;&lt;P&gt;1 / a&lt;/P&gt;&lt;P&gt;2 / b&lt;/P&gt;&lt;P&gt;3 / b&lt;/P&gt;&lt;P&gt;4 / c&lt;/P&gt;&lt;P&gt;5 / d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2 has:&lt;/P&gt;&lt;P&gt;value / category &lt;/P&gt;&lt;P&gt;a / beer&lt;/P&gt;&lt;P&gt;c / soda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a simple left join the result would be&lt;/P&gt;&lt;P&gt;1 / a / beer&lt;/P&gt;&lt;P&gt;2 / b /&lt;/P&gt;&lt;P&gt;3 / b /&lt;/P&gt;&lt;P&gt;4 / c / soda&lt;/P&gt;&lt;P&gt;5 / d /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I fill the empty lines where no correspondence was found in table2 with something and produce a result like&lt;/P&gt;&lt;P&gt;1 / a / beer&lt;/P&gt;&lt;P&gt;2 / b / water&lt;/P&gt;&lt;P&gt;3 / b / water &lt;/P&gt;&lt;P&gt;4 / c / soda&lt;/P&gt;&lt;P&gt;5 / d / water&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 22:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189979#M626653</guid>
      <dc:creator />
      <dc:date>2016-09-21T22:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189980#M626654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In this case a mapping table will work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapT2:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Key, Cat&lt;/P&gt;&lt;P&gt;a, beer&lt;/P&gt;&lt;P&gt;c, soda&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Key, Value, ApplyMap('mapT2',Value, 'water') as Category&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Key, Value&lt;/P&gt;&lt;P&gt;1, a&lt;/P&gt;&lt;P&gt;2, b&lt;/P&gt;&lt;P&gt;3, b&lt;/P&gt;&lt;P&gt;4, c&lt;/P&gt;&lt;P&gt;5, d&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But often you need to do that in two steps. First join the two tables to create a new temporary table. Then create yet another table by loading the data from the temporary table and adding the missing values. Finally drop the temporary table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189980#M626654</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-22T15:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189981#M626655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the resulting table of your JOIN operation into a new resident table (watch out for an autoconcatenate) that replaces all NULL values with your defaults. A JOIN cannot do this by itself.&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>Thu, 22 Sep 2016 15:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189981#M626655</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-09-22T15:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189982#M626657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: As suggested by Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;key, value&lt;/P&gt;&lt;P&gt;1 , a&lt;/P&gt;&lt;P&gt;2 , b&lt;/P&gt;&lt;P&gt;3 , b&lt;/P&gt;&lt;P&gt;4 , c&lt;/P&gt;&lt;P&gt;5 , d&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Table1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;value, category&lt;/P&gt;&lt;P&gt;a, beer&lt;/P&gt;&lt;P&gt;c, soda&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FINAL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD key, value, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Len(category) = 0, 'Water', category) AS Category1&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189982#M626657</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-09-22T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189983#M626659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138338_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189983#M626659</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T16:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189984#M626660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; key, value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, d&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value, category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, beer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c, soda&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(category), 'water', category) as category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189984#M626660</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189985#M626661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;NULLASVALUE&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; 'category';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Set&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;NullValue&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'water';&lt;BR /&gt; &lt;BR /&gt; TEMP:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; key, value&lt;BR /&gt; 1, a&lt;BR /&gt; 2, b&lt;BR /&gt; 3, b&lt;BR /&gt; 4, c&lt;BR /&gt; 5, d&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;left&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; value, category&lt;BR /&gt; a, beer&lt;BR /&gt; b, soda&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; TABLE:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; TEMP;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; TEMP;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;NULLASNULL&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189985#M626661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189986#M626662</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;IMG alt="tbl.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138337_tbl.png" style="height: 419px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 16:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189986#M626662</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-09-22T16:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: IF ERROR behavior during left join in a load</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189987#M626663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all very much guys, different answers, all apply, learned from you all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 14:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ERROR-behavior-during-left-join-in-a-load/m-p/1189987#M626663</guid>
      <dc:creator />
      <dc:date>2016-10-02T14:40:18Z</dc:date>
    </item>
  </channel>
</rss>

