<?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 Merging Data from Multiple Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326978#M1183616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do the join like this:&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;join(a)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;&amp;gt; it will generate one table i.e a with the data i.e common to both the tables in addition to records that is not common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;it will append the records of b in table a with null values.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;note: qlikview join is outer join unless specified.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hope this makes you understand the concept of join and concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 06:15:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-18T06:15:32Z</dc:date>
    <item>
      <title>Merging Data from Multiple Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326974#M1183612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to merge data from multiple Excel spreadsheets using QlikView.&lt;/P&gt;&lt;P&gt;I'm sure it can also be done within Excel -- thought I would use QlikView to increase familiarity with the tool's features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 Excel tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 has fields:&amp;nbsp; SSN FIRST LAST CITY STATE&lt;/P&gt;&lt;P&gt;Table 2 has fields&amp;nbsp;&amp;nbsp; SSN FIRST LAST SALARY HIRE DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to combine, append, join (which ever term is accurate) the SALARY and HIRE DATE fields to the first Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas and best practices please? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proper way to load the data&lt;/P&gt;&lt;P&gt;Advisable ways to display (table box, multibox, list box, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 14:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326974#M1183612</guid>
      <dc:creator />
      <dc:date>2011-11-17T14:01:23Z</dc:date>
    </item>
    <item>
      <title>Merging Data from Multiple Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326975#M1183613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is SSN a key? If so comment out FIRST and LAST in second table and then join them.&lt;/P&gt;&lt;P&gt;Join adds columns, concatenate adds rows. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 20:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326975#M1183613</guid>
      <dc:creator />
      <dc:date>2011-11-17T20:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from Multiple Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326976#M1183614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to merge 2 tables use a join condittion.&lt;/P&gt;&lt;P&gt;Look at the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The merge is done thanks your common field. In your case SSN,&amp;nbsp; FIRST, LAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the syntax looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;From&amp;nbsp; excelFile1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Table)&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;From excelFile2 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second part of your question depends of what you want to do.&lt;/P&gt;&lt;P&gt;If you want to export the combine file in excel,&amp;nbsp; go with&amp;nbsp; a table box.&lt;/P&gt;&lt;P&gt;List Box is used to make some filters in a chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 21:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326976#M1183614</guid>
      <dc:creator />
      <dc:date>2011-11-17T21:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from Multiple Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326977#M1183615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Thomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the simple explanation on concatenate and join also. Never had it explained that easily before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leonard Windham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT Business Analyst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 21:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326977#M1183615</guid>
      <dc:creator />
      <dc:date>2011-11-17T21:03:00Z</dc:date>
    </item>
    <item>
      <title>Merging Data from Multiple Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326978#M1183616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do the join like this:&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;join(a)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;&amp;gt; it will generate one table i.e a with the data i.e common to both the tables in addition to records that is not common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b:&lt;/P&gt;&lt;P&gt;load * from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;it will append the records of b in table a with null values.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;note: qlikview join is outer join unless specified.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hope this makes you understand the concept of join and concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 06:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326978#M1183616</guid>
      <dc:creator />
      <dc:date>2011-11-18T06:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from Multiple Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326979#M1183617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alwindham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say, if most of the fields are same between the tables use concatenate.&lt;/P&gt;&lt;P&gt;But, make sure you use the keyword Concatenate between the tables in the script.Or else it will result in creating&lt;/P&gt;&lt;P&gt;synthetic key and you will end up having three tables in the data model.&lt;/P&gt;&lt;P&gt;In your case, also identify the primary(unique) key between the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Snehal Nabar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Data-from-Multiple-Tables/m-p/326979#M1183617</guid>
      <dc:creator />
      <dc:date>2013-01-03T10:02:13Z</dc:date>
    </item>
  </channel>
</rss>

