<?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 LOAD concatenates to wrong table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144593#M23478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have noticed the same thing as Kristof and when I had this problem I just had to flip the order and all of a sudden it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 03:32:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-10T03:32:38Z</dc:date>
    <item>
      <title>LOAD concatenates to wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144590#M23475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm scratching my head over this. The script loads 6 fields from QVD files into Table1. Next, it loads 100 more rows from a BIFF file into Table2, with the same field names. NOCONCATENATE is specified for the second load.&lt;/P&gt;&lt;P&gt;An interim step modifies the data in Table2, leaving it with the same 6 field names.&lt;/P&gt;&lt;P&gt;Finally, it uses &lt;EM&gt;CONCATENATE (Table1) LOAD * RESIDENT Table2&lt;/EM&gt; to merge the two tables.&lt;/P&gt;&lt;P&gt;The problem? This last LOAD concatenates the data &lt;STRONG&gt;back onto Table2&lt;/STRONG&gt;, even though the script specified &lt;EM&gt;"CONCATENATE (Table1)"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Why would QlikView insist on concatenating data to a table different from the one that is specified? I have a workaround (add all the interim processing into the second load statement, making it concatenate to Table1), but I need to understand what is causing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 21:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144590#M23475</guid>
      <dc:creator>jcarpenter9</dc:creator>
      <dc:date>2009-05-20T21:53:01Z</dc:date>
    </item>
    <item>
      <title>LOAD concatenates to wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144591#M23476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am having the same issue. The Concatenate load will insist on loading onto itself much like yours. Have you found a better solution or the reason for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 13:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144591#M23476</guid>
      <dc:creator />
      <dc:date>2009-10-08T13:33:42Z</dc:date>
    </item>
    <item>
      <title>LOAD concatenates to wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144592#M23477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had the same problem and just by switching the order the problem was resolved. I have no explanantion for this.&lt;/P&gt;&lt;P&gt;So instead of &lt;EM&gt;CONCATENATE (Table1) LOAD * RESIDENT Table2&lt;/EM&gt; ,&lt;/P&gt;&lt;P&gt;try &lt;EM&gt;CONCATENATE (Table2) LOAD * RESIDENT Table1&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 22:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144592#M23477</guid>
      <dc:creator />
      <dc:date>2009-11-09T22:38:57Z</dc:date>
    </item>
    <item>
      <title>LOAD concatenates to wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144593#M23478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have noticed the same thing as Kristof and when I had this problem I just had to flip the order and all of a sudden it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 03:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144593#M23478</guid>
      <dc:creator />
      <dc:date>2009-11-10T03:32:38Z</dc:date>
    </item>
    <item>
      <title>LOAD concatenates to wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144594#M23479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for replying. I'll try this next time I encounter the problem.&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 03:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-concatenates-to-wrong-table/m-p/144594#M23479</guid>
      <dc:creator>jcarpenter9</dc:creator>
      <dc:date>2009-11-10T03:51:50Z</dc:date>
    </item>
  </channel>
</rss>

