<?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: Concatenating tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998142#M647890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I was wondering if there is 12/31/2013 in both the tables, will it cause any duplicates???&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 14:31:06 GMT</pubDate>
    <dc:creator>markgraham123</dc:creator>
    <dc:date>2015-10-16T14:31:06Z</dc:date>
    <item>
      <title>Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998134#M647882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables with same no. of fields and field names.&lt;/P&gt;&lt;P&gt;Table 1 contains the data of 2014 year.&lt;/P&gt;&lt;P&gt;Table 2 contains the data of 2013 year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use the below code to combine both into single table????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Field1, Field2, Field3 from&lt;/P&gt;&lt;P&gt;Table1.Qvd;&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;Load Field1, Field2, Field3 from&lt;/P&gt;&lt;P&gt;Table2.Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table3 into 2013&amp;amp;2014 Data.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998134#M647882</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-16T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998135#M647883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Store Table3 into '2013&amp;amp;2014 Data.qvd'(QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also you don't need Concatenate word..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998135#M647883</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-16T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998136#M647884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can do that&lt;/P&gt;&lt;P&gt;but you will loose the year Information, so add the year as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt; load Field1, Field2, Field3, '2014' as Year from&lt;/P&gt;&lt;P&gt;Table1.Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (Table3)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt; Field1, Field2, Field3, '2013' as Year from&lt;/P&gt;&lt;P&gt;Table2.Qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table3 into 2013&amp;amp;2014 Data.qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998136#M647884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998137#M647885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the same fields in both tables, then you can remove the concatenate &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Those two tables will automatically join one another if they have exactly the same fields &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998137#M647885</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-16T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998138#M647886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesnot create any duplicates right???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998138#M647886</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-16T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998139#M647887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I guess, don't worry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998139#M647887</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-16T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998140#M647888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can...&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; text-decoration: underline;"&gt;How To /Missing Manual(18 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998140#M647888</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-10-16T14:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998141#M647889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if there is 12/31/2013 in both the tables, will it cause any dupliocates???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998141#M647889</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-16T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998142#M647890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I was wondering if there is 12/31/2013 in both the tables, will it cause any duplicates???&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998142#M647890</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-16T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998143#M647891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that you donot Need the keyword "concatenate" as it's done automatically by qlikview&lt;/P&gt;&lt;P&gt;I prefer to write it down anyway. If you look at your script it is clear what happens&lt;/P&gt;&lt;P&gt;especially if the previous table is not immediate before the table to concatenate&lt;/P&gt;&lt;P&gt;this depends on you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998143#M647891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998144#M647892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have two identical tables, you only have to load one after the other to concatenate in QV without express with the command "concatenate"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script is correct, you can even dispense the command "concatenate"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998144#M647892</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-10-16T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998145#M647893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is a different key using the same date, there won't be a duplicate values &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; For example, there can be 2 products qith 2 different ID's made in the same day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998145#M647893</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-16T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating tables</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998146#M647894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenating does not filter duplicates. So yes, if 12/31/2013 exists (overlap) in both source tables then you will have duplicates. If you want to eliminate the duplicates, you have two choices. If every row contains unique values, you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD DISTINCT ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If every row contains a unique key, and that key is the identical on the duplicates, you can use the exists() function.&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;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load Field1, Field2, Field3 from&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Table2.Qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE NO EXISTS(Key);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 14:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-tables/m-p/998146#M647894</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-10-16T14:47:35Z</dc:date>
    </item>
  </channel>
</rss>

