<?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 not working with resident tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54081#M610575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when you have multiple key fields and one key field is empty (null), then QV will still join though, correct? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2018 12:29:13 GMT</pubDate>
    <dc:creator>JordyWegman</dc:creator>
    <dc:date>2018-09-24T12:29:13Z</dc:date>
    <item>
      <title>left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54074#M610563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue in the data load editor, where I'm trying to left join Table2 on Table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code says:&lt;/P&gt;&lt;P&gt;data_for_export:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;noconcatenate LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;left join LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;field1, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;totalSample &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So I would expect a table with field1, field2, value, totalSample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;However, the totalSample is blank (it's added as a field, but it's blank).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;note that there are in fact a lot more fields and many values are blank, but I don't think this matters?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I looked at the tables from every different angle, but I'm absolutely clueless&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When I export both tables to txt, drop both and then do the EXACT same load from the csv's, everything goes well and the totalSample is added correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This leads me to believe that it's not the method that is wrong, but something internal to qlik sense?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Does anyone have a clue? Is it because I have so many blanks? Is it because there's a synthetic keys between the tables?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Exporting resident tables, dropping them and uploading them again is slow but most of all sloppy. I would really like to know what causes the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mikis&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54074#M610563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54075#M610565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only reason I can think of is that no value of field1 from first table match with the field1 value from the second table. To check this, you can try to do a simple join (instead of Left Join) and see if there are totalSample which are not associated with any of the fields from first table. If this theory is true, you should be able to find what is causing the differences by selecting same field1's from both table and exporting them into Excel to see if they have extra spaces or if they are numbers, then may be there is some decimal mismatch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54075#M610565</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-05T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54076#M610568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikis, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls show the script where you load both Table 1 and Table&amp;nbsp; 2 for the first time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54076#M610568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54077#M610571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I tried that before indeed. I exported Table1 and Table 2 before joining them and then tried an outer join.&lt;/P&gt;&lt;P&gt;The data itself is kind of confidential so I can't simply attach it, but I have a small sample of the result&lt;/P&gt;&lt;P&gt;as you can see, the 'total_factWeight' is always a single row, while it should be joined on the first 10 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the fact that exporting it to csv, dropping the table and re-uploading it leads me to believe that it has something to do with that the table is in memory or something?&lt;/P&gt;&lt;P&gt;Or that qlik is unable to deal with joining on blanks (which I find hard to imagine)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54077#M610571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T17:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54078#M610572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, joining on blanks don't really work very nicely. If you are joining on multiple fields and some of them could be blank, I would suggest using a concatenated key to join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoNumber(Field1&amp;amp;'|'&amp;amp;Field2&amp;amp;'|'&amp;amp;Field3&amp;amp;'|'&amp;amp;....&amp;amp;'|'&amp;amp;FieldN) as JoinKey&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1&amp;amp;'|'&amp;amp;Field2&amp;amp;'|'&amp;amp;Field3&amp;amp;'|'&amp;amp;....&amp;amp;'|'&amp;amp;FieldN as JoinKey&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54078#M610572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-05T17:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54079#M610573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV will join on blanks, but not on nulls.&amp;nbsp; What QV version and SR are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 04:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54079#M610573</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-02-06T04:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54080#M610574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tulio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how easy it is to understand this code for pro's, but it goes more or less like this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NoConcatenate LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident regionalData;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;outer join Load * &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM [lib://dataLoad/regionWeights.xlsx] &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is weight);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;weight_mapping:&lt;/P&gt;&lt;P&gt;&amp;nbsp; mapping Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; field1 &amp;amp; '|'&amp;amp; field 2 as lookupKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; weight as factWeight&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [lib://QliksenseDataLoad/regionWeights.xlsx] &lt;SPAN style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is weight);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table2Temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate Load distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; field1 &amp;amp; ' | ' &amp;amp; field2 as lookupKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...some more fields,&lt;/P&gt;&lt;P&gt;&amp;nbsp; resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2Temp_wWeight:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NoConcatenate load *,ApplyMap('weight_mapping',lookupKey,null()) as factWeight &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident Table2Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop table Table2Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop field lookupKey from Table2Temp_wWeight;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...some more fields,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum(factWeight) as total_factWeight&lt;/P&gt;&lt;P&gt;resident regionalData_factWeight&lt;/P&gt;&lt;P&gt;group By&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;field1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...some more fields,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that Table2 takes the sum over field2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54080#M610574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T09:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54081#M610575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when you have multiple key fields and one key field is empty (null), then QV will still join though, correct? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 12:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54081#M610575</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2018-09-24T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54082#M610576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jordy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my knowledge there will be no join on that row if any field is null. Happy to see a counter example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *, Null() as F2 &lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;// F3 values will not JOIN&lt;/P&gt;&lt;P&gt;LEFT JOIN (Table1) &lt;/P&gt;&lt;P&gt;LOAD *, Null() as F2 &lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;ID, F3&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;3, C&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 16:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54082#M610576</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-09-24T16:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54083#M610577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is leaving an empty row in an inline table the same as a null value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because in my example, the field FG is still joined even though key fields are missing, null(). But I didn't had complete columns with null values..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Metric:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;%AB, %BC, %CD, %DE, EF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 1001, 10057, 43300,&amp;nbsp; store&lt;/P&gt;&lt;P&gt;900 ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 10057, 43300,&amp;nbsp; DC&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 (Metric)&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;%AB, %BC, %CD, %DE, EF, FG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 1001, 10057, 43300, store, NOS&lt;/P&gt;&lt;P&gt;900 ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 10057, 43300, DC, NOS&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 19:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54083#M610577</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2018-09-24T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: left join not working with resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54084#M610578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your example the empty fields are blank values, not null values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 20:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-not-working-with-resident-tables/m-p/54084#M610578</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-09-24T20:08:22Z</dc:date>
    </item>
  </channel>
</rss>

