<?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 Concatenate two Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159656#M34217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;i have 2 "description" tables in 2 different databases. I have to create only a tables with the value of the 2 previous tables.&lt;/P&gt;&lt;P&gt;How i can do this??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you soo much.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 15:12:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-18T15:12:21Z</dc:date>
    <item>
      <title>Concatenate two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159656#M34217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;i have 2 "description" tables in 2 different databases. I have to create only a tables with the value of the 2 previous tables.&lt;/P&gt;&lt;P&gt;How i can do this??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you soo much.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159656#M34217</guid>
      <dc:creator />
      <dc:date>2009-08-18T15:12:21Z</dc:date>
    </item>
    <item>
      <title>Concatenate two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159657#M34218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want all the records from both the tables then use UNION&lt;/P&gt;&lt;P&gt;If you want matching records then use Equi JOIN.&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159657#M34218</guid>
      <dc:creator />
      <dc:date>2009-08-18T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Concatenate two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159658#M34219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use UNION comand but it doesn't work.&lt;/P&gt;&lt;P&gt;My databases are in access97.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 17:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159658#M34219</guid>
      <dc:creator />
      <dc:date>2009-08-19T17:08:25Z</dc:date>
    </item>
    <item>
      <title>Concatenate two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159659#M34220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try "concate " e.g&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load ................................ from&lt;/P&gt;&lt;H2&gt;concate&lt;/H2&gt;&lt;P&gt;table 2:&lt;/P&gt;&lt;P&gt;load ..................................... from&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 17:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159659#M34220</guid>
      <dc:creator />
      <dc:date>2009-08-19T17:13:17Z</dc:date>
    </item>
    <item>
      <title>Concatenate two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159660#M34221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted this a while back. Basically I concatenate both tables to a temp table. Reload this temp table into a table an delete the temp table. It solves a lot of issues when concatenating data...&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Edited ... wrong example, correct one below&lt;/P&gt;&lt;P&gt;SalesDocItem_temp:&lt;BR /&gt;LOAD&lt;BR /&gt;[Subtotal 6_KZWI6] as OrderAmount,&lt;BR /&gt;MaterialNumber_Key,&lt;BR /&gt;SalesDocument_Key&lt;BR /&gt;FROM &lt;Q&gt; (qvd)&lt;BR /&gt;Where MaterialNumber_Key ='000000037000002000';&lt;/Q&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;[Sales doc.type_AUART] as OrderType,&lt;BR /&gt;[Document date_AUDAT] as DocumentDate,&lt;BR /&gt;SalesDocument_Key&lt;BR /&gt;FROM &lt;Q&gt; (qvd);&lt;/Q&gt;&lt;/P&gt;&lt;P&gt;SalesDocItem:&lt;BR /&gt;NOCONCATENATE LOAD&lt;BR /&gt;SalesDocument_Key,&lt;BR /&gt;OrderAmount,&lt;BR /&gt;MaterialNumber_Key,&lt;BR /&gt;OrderType,&lt;BR /&gt;DocumentDate&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;RESIDENT SalesDocItem_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP table SalesDocItem_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 17:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159660#M34221</guid>
      <dc:creator />
      <dc:date>2009-08-19T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Concatenate two Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159661#M34222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If two tables that are to be &lt;A href="http://community.qlik.com/forums/QvenglConcatenation.htm"&gt;concatenated&lt;/A&gt; have different sets of &lt;A href="http://community.qlik.com/forums/QvenglField.htm"&gt;fields&lt;/A&gt;, concatenation of two tables can still be forced with the concatenate&lt;/STRONG&gt; prefix. This statement forces concatenation with an existing named table or the latest previously created &lt;A href="http://community.qlik.com/forums/QvenglLogical_table.htm"&gt;logical table&lt;/A&gt;.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P class="hcp3"&gt;&lt;STRONG&gt;tab2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="hcp3"&gt;&lt;STRONG&gt;load * from file2.csv;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="hcp3"&gt;&lt;STRONG&gt;.. .. ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="hcp3"&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt; (tab1) load * from file3.csv;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 17:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-two-Tables/m-p/159661#M34222</guid>
      <dc:creator />
      <dc:date>2009-08-19T17:20:07Z</dc:date>
    </item>
  </channel>
</rss>

