<?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: Problem with left join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393205#M146652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had same issues when there is in a lot of cases no relation between some values in tabel 1 and 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no join, it will create information for the possible independant combinations. This will increase mem usage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally I prefer and use, if possible, a 'Keep left' to 'add' new information from the second source. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 09:42:28 GMT</pubDate>
    <dc:creator>andries_bos</dc:creator>
    <dc:date>2013-04-24T09:42:28Z</dc:date>
    <item>
      <title>Problem with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393201#M146648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some problem when i use left join in a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to big register, tabell1 and tabell2, when i use lefte join it never ending runnin and my memory in my server is very high, Why? When i use smaller register its works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see a example on my scipt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabell1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;from xxx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabell2:&lt;/P&gt;&lt;P&gt;left join load&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from zzz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope some one can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 08:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393201#M146648</guid>
      <dc:creator />
      <dc:date>2013-04-24T08:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393202#M146649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the syntax as mentioned below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Tabell1:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;a,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;b&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;from xxx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;left join(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Tabell1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;a,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;c&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;from zzz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 08:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393202#M146649</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-04-24T08:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393203#M146650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens because the second table contains lots of values c for each a value so the number of rows grow exponentially ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The good way to manage this problem (when you have low memory) is reduce data before left join, so if you can it would be better to do a select with where on both tables before joining ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 08:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393203#M146650</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-04-24T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393204#M146651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabell1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;from xxx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabell2:&lt;/P&gt;&lt;P&gt; load&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from zzz;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 08:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393204#M146651</guid>
      <dc:creator />
      <dc:date>2013-04-24T08:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with left join</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393205#M146652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had same issues when there is in a lot of cases no relation between some values in tabel 1 and 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no join, it will create information for the possible independant combinations. This will increase mem usage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally I prefer and use, if possible, a 'Keep left' to 'add' new information from the second source. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 09:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-left-join/m-p/393205#M146652</guid>
      <dc:creator>andries_bos</dc:creator>
      <dc:date>2013-04-24T09:42:28Z</dc:date>
    </item>
  </channel>
</rss>

