<?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: Error Merging Two Tables with Exactly the Same Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139565#M887672</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;/P&gt;&lt;P&gt;As you said Table1 is merging with REFDOC table so what I would do is to add a new column, a dummy column so that Table1 and Table2 don't get concatenated to the original tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *, 'Table1' As [Table ID] Resident REFDOC;&lt;/P&gt;&lt;P&gt;DROP TABLE REFDOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table1)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD *, 'Table2' As [Table ID] Resident REFDOC_106;&lt;/P&gt;&lt;P&gt;DROP TABLE REFDOC_106;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 16:53:28 GMT</pubDate>
    <dc:creator>sinanozdemir</dc:creator>
    <dc:date>2016-09-02T16:53:28Z</dc:date>
    <item>
      <title>Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139561#M887668</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;/P&gt;&lt;P&gt;I have been struggling to merge two tables containing exactly the same fields.&amp;nbsp; The Implicit merging (concatenation) of the tables are not taking place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are derived from different sources, but contain exactly the same fields.&amp;nbsp; Tables (REFDOC_106 and REFDOC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below for table view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="asdf.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136377_asdf.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help point me in the right direction?&amp;nbsp; The tables have been created themselves, in other words there has been joins used previously in order to obtain the final product which are these tables. Could that possibly have an effect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139561#M887668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139562#M887669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use CONCATENATE keyword between these tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * FROM XYZTablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * FROM ABCTablename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139562#M887669</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-09-02T16:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139563#M887670</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;/P&gt;&lt;P&gt;please see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/LoadData/concatenate-tables.htm" title="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/LoadData/concatenate-tables.htm"&gt;https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/LoadData/concatenate-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-1/" title="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-1/"&gt;Concatenate and NoConcatenate in QlikView – Part 1 – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-2/" title="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-2/"&gt;Concatenate and NoConcatenate in QlikView – Part 2 – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139563#M887670</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2016-09-02T16:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139564#M887671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the below.&amp;nbsp; However, no tables remained.&amp;nbsp; Thus, table 1 concatenated with the refdoc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD * Resident REFDOC;&lt;/P&gt;&lt;P&gt;DROP TABLE REFDOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * Resident REFDOC_106;&lt;/P&gt;&lt;P&gt;DROP TABLE REFDOC_106&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This didnt work, seems implicit concatenation resulted in Table 1 merging with refdoc and table 2 merging with redoc106 before i dropped them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without the drop statements it gives exactly the same result as the first screenshot i posted.&amp;nbsp; Any idea what this means?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139564#M887671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T16:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139565#M887672</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;/P&gt;&lt;P&gt;As you said Table1 is merging with REFDOC table so what I would do is to add a new column, a dummy column so that Table1 and Table2 don't get concatenated to the original tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *, 'Table1' As [Table ID] Resident REFDOC;&lt;/P&gt;&lt;P&gt;DROP TABLE REFDOC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table1)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD *, 'Table2' As [Table ID] Resident REFDOC_106;&lt;/P&gt;&lt;P&gt;DROP TABLE REFDOC_106;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139565#M887672</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-09-02T16:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139566#M887673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does REFDOC and REFDOC_106 tables have same number of fields and field names ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they have, why you want to do a resident you can directly use Concatenate between both like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM REFDOC;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD * FROM REFDOC_106;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering what resident load is used for here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139566#M887673</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-09-02T16:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139567#M887674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was the answer, thank you very much !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139567#M887674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error Merging Two Tables with Exactly the Same Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139568#M887675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not want to create new columns that you maybe won't use later on anyway, add the prefix NOCONCATENATE to the Table1 LOAD statement. That prefix will inhibit the Table1 LOAD from concatenating all rows to REFDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you make a simple copy of one resident table, pay attention to where the copy ends up. QlikView may decide to perform an unexpected AUTOCONCATENATE, even when you name the copy differently. That's one of those things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 22:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Merging-Two-Tables-with-Exactly-the-Same-Fields/m-p/1139568#M887675</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-09-02T22:14:45Z</dc:date>
    </item>
  </channel>
</rss>

