<?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: Concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632301#M232005</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;If none of the column is common in both the tables then also you can concatenate the tables like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;FROM DataSource1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;FROM DataSource2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For DataSource1 data Field2 values are null and For DataSource2 data Field1 values are null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For joining we need the key field in two tables, if not then the result table will be a cartesian product.., you will get more records ie., duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 07:01:48 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-05-14T07:01:48Z</dc:date>
    <item>
      <title>Concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632297#M232001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If thwo tables having completely different structure(No field is comman).In this case qlikview will concatenate the two tables.&lt;/P&gt;&lt;P&gt;And why joining needs atleast one field is comman in between two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 06:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632297#M232001</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-05-14T06:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632298#M232002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can concatenate any two tables using concatenate keyword.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to join two table then there should be one field common in two table based on which it get joined other wise you will get a cross product of two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 06:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632298#M232002</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-05-14T06:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632299#M232003</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;Because concatenate does not consider the common fields and simply append the second table below the first one.&lt;/P&gt;&lt;P&gt;Where as join is used when there is a relation between the two tables. &lt;/P&gt;&lt;P&gt;there fore if you have two tables with no column in common then there is no sense in JOINING them but even after that you dont want to view them as two differnet tables then it is best to conactenate them and view both the columns in a single table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 06:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632299#M232003</guid>
      <dc:creator>varunjain</dc:creator>
      <dc:date>2014-05-14T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632300#M232004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate will put null values for fields belonging to ine table and not present in the other, join does not need a commom field, if so join computes all possible combination of fields (very slow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 06:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632300#M232004</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-14T06:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632301#M232005</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;If none of the column is common in both the tables then also you can concatenate the tables like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;FROM DataSource1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(data)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;FROM DataSource2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For DataSource1 data Field2 values are null and For DataSource2 data Field1 values are null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For joining we need the key field in two tables, if not then the result table will be a cartesian product.., you will get more records ie., duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 07:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate/m-p/632301#M232005</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-14T07:01:48Z</dc:date>
    </item>
  </channel>
</rss>

