<?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 Combine two data sources into one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173045#M42380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how to use CONCATENATE, in the simplest case. You can substitute the 2 Inline LOAD statement with the actual SQL and Excel LOAD.&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Product, Customer, Date&lt;BR /&gt; P-1, C-1, 2008-11-11&lt;BR /&gt; P-2, C-1, 2008-11-12&lt;BR /&gt;];&lt;BR /&gt;CONCATENATE&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Product, Customer, Date&lt;BR /&gt; P-3, C-1, 2009-10-10&lt;BR /&gt; P-4, C-2, 2009-12-02&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2009 23:46:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-02T23:46:08Z</dc:date>
    <item>
      <title>Combine two data sources into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173043#M42378</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;The problem i have at the minute is that i want to combine the Sales which come from a sql database (This Years sales) and they have previous years sales stored in an excel spreadsheet that is in the same format etc with layout and columns....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way into which i can join all the data into the same table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 23:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173043#M42378</guid>
      <dc:creator />
      <dc:date>2009-12-02T23:30:50Z</dc:date>
    </item>
    <item>
      <title>Combine two data sources into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173044#M42379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the resulting tables have the exact same field names, Qlikview will automatically combine them. If they have any differing field names, you can force concatenation by putting &lt;EM&gt;Concatenate&lt;/EM&gt; before the load statement of the Excel spreadsheet&lt;/P&gt;&lt;P&gt;EDIT: Make sure you place the load statement for the Excel spreadsheet directly after the load statement for the SQL table if you are using the forced concatenation. If not, you need to put the name of the target table for the concatenation after &lt;EM&gt;Concatenate&lt;/EM&gt; in parenthesis. &lt;EM&gt;Concatenate (Target)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 23:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173044#M42379</guid>
      <dc:creator />
      <dc:date>2009-12-02T23:39:19Z</dc:date>
    </item>
    <item>
      <title>Combine two data sources into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173045#M42380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how to use CONCATENATE, in the simplest case. You can substitute the 2 Inline LOAD statement with the actual SQL and Excel LOAD.&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Product, Customer, Date&lt;BR /&gt; P-1, C-1, 2008-11-11&lt;BR /&gt; P-2, C-1, 2008-11-12&lt;BR /&gt;];&lt;BR /&gt;CONCATENATE&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Product, Customer, Date&lt;BR /&gt; P-3, C-1, 2009-10-10&lt;BR /&gt; P-4, C-2, 2009-12-02&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 23:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173045#M42380</guid>
      <dc:creator />
      <dc:date>2009-12-02T23:46:08Z</dc:date>
    </item>
    <item>
      <title>Combine two data sources into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173046#M42381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for safety, I always follow a policy of explicitly doing CONCATENATE ([My Table]) even when the fields are the same and/or one load immediately follows the other. That way, if I add fields to one of the tables, or insert another load between the two, I don't have to remember or notice that I was relying on the default concatenation, which will now no longer behave correctly and need to be fixed. So I feel safer just being explicit in all cases. Something to consider, anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 04:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-data-sources-into-one-table/m-p/173046#M42381</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-12-03T04:07:25Z</dc:date>
    </item>
  </channel>
</rss>

