<?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 Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335018#M620250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables, from File 1 and File 2, with the same columns. They are currently concatenated into the same table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would also like to add a column with a 0 or 1 value to distinguish those from File1 and from File2. Any help with this would also be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2017 13:07:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-18T13:07:43Z</dc:date>
    <item>
      <title>Concatenate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335018#M620250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables, from File 1 and File 2, with the same columns. They are currently concatenated into the same table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would also like to add a column with a 0 or 1 value to distinguish those from File1 and from File2. Any help with this would also be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 13:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335018#M620250</guid>
      <dc:creator />
      <dc:date>2017-04-18T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335019#M620251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What loads are you trying to concatenate?&amp;nbsp; You show three loads, but only one table name and there are no concatenate keywords in the 2nd / 3rd loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears you are missing a FROM statement for table Fruits1&lt;/P&gt;&lt;P&gt;There is a double comma following [Name1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To distinguish the different source files, I typically add a statement to each load such as this:&lt;/P&gt;&lt;P&gt;'Fruits1"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Source,&lt;/P&gt;&lt;P&gt;'File1'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Source,&lt;/P&gt;&lt;P&gt;'File2'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Source&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 13:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335019#M620251</guid>
      <dc:creator>jrepucci15</dc:creator>
      <dc:date>2017-04-18T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335020#M620252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableFinale:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;*, &lt;STRONG&gt;'Table1' as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From sourceTable1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenante // or don't, they automatically be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;*, &lt;STRONG&gt;'Table2' as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From sourceTable2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that, we create a new field in each table to distinguish.&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>Tue, 18 Apr 2017 13:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335020#M620252</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-04-18T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335021#M620253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Omar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i make the new field in each table in order to distinguish them? I would like to be able to put a 0 vs a 1 to distinguish rows in file1 from file2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335021#M620253</guid>
      <dc:creator />
      <dc:date>2017-04-18T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335022#M620254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;0 is rows from table 1 and 1 are rows from table 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TableFinale:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*, &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit;"&gt;'0' as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From sourceTable1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenante // or don't, they automatically be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*, &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'1' as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From sourceTable2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Tables/m-p/1335022#M620254</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-04-18T14:05:21Z</dc:date>
    </item>
  </channel>
</rss>

