<?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 join problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/join-problem/m-p/789157#M1041718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I hope somebody can put me on the right track. The following script works fine and loads the entire table MYTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;load *.....&lt;/P&gt;&lt;P&gt;FROM MYTABLE.qvd (qvd) &lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp; ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;left join(TABLE1)&lt;/P&gt;&lt;P&gt;load *,...&lt;/P&gt;&lt;P&gt;FROM MYTABLE.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, in order to solve some RAM problem, I decided to split MYTABLE into MYTABLE_MONTH. So I changed a bit the script(see below), but it doesn't work well, because I obtain two tables (TABLE1 and TABLE2 plus synthetic key table. I just tried to load all the MYTABLE_*&amp;nbsp; files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;load *.....&lt;/P&gt;&lt;P&gt;FROM MYTABLE_*.qvd (qvd) &lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp; ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;left join(TABLE1)&lt;/P&gt;&lt;P&gt;load *,...&lt;/P&gt;&lt;P&gt;FROM MYTABLE_*.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;P&gt;Thanks in advance for your support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Dec 2014 18:04:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-07T18:04:31Z</dc:date>
    <item>
      <title>join problem</title>
      <link>https://community.qlik.com/t5/QlikView/join-problem/m-p/789157#M1041718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I hope somebody can put me on the right track. The following script works fine and loads the entire table MYTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;load *.....&lt;/P&gt;&lt;P&gt;FROM MYTABLE.qvd (qvd) &lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp; ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;left join(TABLE1)&lt;/P&gt;&lt;P&gt;load *,...&lt;/P&gt;&lt;P&gt;FROM MYTABLE.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, in order to solve some RAM problem, I decided to split MYTABLE into MYTABLE_MONTH. So I changed a bit the script(see below), but it doesn't work well, because I obtain two tables (TABLE1 and TABLE2 plus synthetic key table. I just tried to load all the MYTABLE_*&amp;nbsp; files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;load *.....&lt;/P&gt;&lt;P&gt;FROM MYTABLE_*.qvd (qvd) &lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp; ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;left join(TABLE1)&lt;/P&gt;&lt;P&gt;load *,...&lt;/P&gt;&lt;P&gt;FROM MYTABLE_*.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;P&gt;Thanks in advance for your support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Dec 2014 18:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-problem/m-p/789157#M1041718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-07T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: join problem</title>
      <link>https://community.qlik.com/t5/QlikView/join-problem/m-p/789158#M1041719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the TABLE2 Load will try to join one input table after the other to the TABLE1 resulted from the previous Load. &lt;/P&gt;&lt;P&gt;But all joins of the TABLE2 after the first input table will already encounter a resulting Table with additional fields, that's why it doesn't work as intended. (To be a bit more detailed here, we would need to see your full script and we would need to know a bit more about the fields in MYTABLE.QVD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to first load all files for TABLE2 into one resident table, then join, but this will be again mostly the same where you started from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Dec 2014 21:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-problem/m-p/789158#M1041719</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-12-07T21:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: join problem</title>
      <link>https://community.qlik.com/t5/QlikView/join-problem/m-p/789159#M1041720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following script. You will get two tables as qvd's, TABLE1 with FIELD1 null and the TABLE2 with FILED1 not null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;load *.....&lt;/P&gt;&lt;P&gt;FROM MYTABLE.qvd (qvd) &lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp; ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt; Store TABLE1 into TABLE1.qvd (qvd);&lt;/P&gt;&lt;P&gt;Drop Table TABLE1;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;load *,...&lt;/P&gt;&lt;P&gt;FROM MYTABLE.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT ISNULL(FIELD1);&lt;/P&gt;&lt;P&gt;Store TABLE2 into TABLE2.qvd (qvd);&lt;/P&gt;&lt;P&gt;Drop Table TABLE2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Dec 2014 22:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-problem/m-p/789159#M1041720</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-12-07T22:54:24Z</dc:date>
    </item>
  </channel>
</rss>

