<?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 join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/join/m-p/372929#M138681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all the common fields (A and B in this case) have the same data in them then it doesn't matter what the other field values are - these rows will join together. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 08:31:05 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-03-28T08:31:05Z</dc:date>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372923#M138675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; how natural join work in qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 05:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372923#M138675</guid>
      <dc:creator />
      <dc:date>2012-03-28T05:57:01Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372924#M138676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; A simple join will combine all the matching fields from two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sivaraj s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 06:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372924#M138676</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-03-28T06:42:12Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372925#M138677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; no m asking about NATURAL join..... not Inner Join.....is der ny differencr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 07:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372925#M138677</guid>
      <dc:creator />
      <dc:date>2012-03-28T07:38:25Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372926#M138678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; this a natural join, this can be preceded by inner ,left,outer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 07:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372926#M138678</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-03-28T07:46:18Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372927#M138679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A natural join (JOIN with no prefix) will look at all fields in both tables and join rows where all the common fields match. The unmatched rows will be concatenated to the table (added to the bottom).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For (a simple) example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A has 100 rows and fields A,B,C and D&lt;/P&gt;&lt;P&gt;Table B has 100 rows and fields A,B,E and F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20 rows in both tables have the same values for A and B. The other 80 rows are different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * From A...;&lt;/P&gt;&lt;P&gt;JOIN (Data)&lt;/P&gt;&lt;P&gt;LOAD * From B...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table "Data" will have 180 rows and fields A,B,C,D and E.&lt;/P&gt;&lt;P&gt;- The first 80 rows are the rows from A that don't match rows in B. &lt;/P&gt;&lt;P&gt;- In these 80 rows, E and F will be NULL&lt;/P&gt;&lt;P&gt;- The next 20 rows are the rows common to the two tables. A,B,C,D and E will all have values (assume the source data has values)&lt;/P&gt;&lt;P&gt;- The final 80 rows are the rows from B that don't match rows in A. &lt;/P&gt;&lt;P&gt;- In these 80 rows, C and D will be NULL&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;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372927#M138679</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-03-28T08:01:12Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372928#M138680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if those 20 rows have some data common and some different data then will it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372928#M138680</guid>
      <dc:creator />
      <dc:date>2012-03-28T08:16:55Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372929#M138681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all the common fields (A and B in this case) have the same data in them then it doesn't matter what the other field values are - these rows will join together. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372929#M138681</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-03-28T08:31:05Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372930#M138682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; but if A,B have some different data&amp;nbsp; .....means A have some data which is not present in B then? will they join togather n if yes den how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372930#M138682</guid>
      <dc:creator />
      <dc:date>2012-03-28T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372931#M138683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you don't understand, I'm afraid.&amp;nbsp; Let me try again...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" class="jiveBorder" style="border-image: initial; width: 40%; border-width: 1px; border-color: #000000; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;D&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;xyz&lt;/TD&gt;&lt;TD&gt;321&lt;/TD&gt;&lt;TD&gt;JH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;wew&lt;/TD&gt;&lt;TD&gt;546&lt;/TD&gt;&lt;TD&gt;kj&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;huhu&lt;/TD&gt;&lt;TD&gt;77&lt;/TD&gt;&lt;TD&gt;jknj&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;xyz&lt;/TD&gt;&lt;TD&gt;741&lt;/TD&gt;&lt;TD&gt;iii&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;plo&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;TD&gt;uiy&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" class="jiveBorder" style="border: inherit; width: 365px; border-width: 1px; border-color: #000000; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;E&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border-color: inherit; border: inherit; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;F&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;xyz&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;ssda&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;ed423&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;2&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;wew&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;xcvxc&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;kj22&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;4&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;huhu&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;3ed&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;1123&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;5&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;xyz&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;rtere&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;da&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit; border-color: inherit; border-width: inherit;"&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;9&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;plo&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;liugf&lt;/TD&gt;&lt;TD style="border-color: inherit; border: inherit;"&gt;erwwe&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Table1) LOAD * FROM Table2...;&amp;nbsp; will give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="JOIN.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/12500_JOIN.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The common fields are A and B.&amp;nbsp; Rows 1 and 2 have identical values for A and B therefore these rows from both tables are joined together.&amp;nbsp; The other rows don't have identical values for both A and B (i.e. &lt;EM style="text-decoration: underline;"&gt;&lt;STRONG&gt;all the common fields&lt;/STRONG&gt;&lt;/EM&gt;) so these become distinct rows in the new table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that 2 tables of 5 rows each have become a single table of &lt;STRONG&gt;8 &lt;/STRONG&gt;rows. &lt;STRONG&gt;2 &lt;/STRONG&gt;common rows plus &lt;STRONG&gt;3 &lt;/STRONG&gt;distinct rows from Table1 plus &lt;STRONG&gt;3 &lt;/STRONG&gt;distinct rows from Table2.&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;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372931#M138683</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-03-28T09:46:52Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372932#M138684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok..... thanx..... i got it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372932#M138684</guid>
      <dc:creator />
      <dc:date>2012-03-28T10:15:36Z</dc:date>
    </item>
    <item>
      <title>join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372933#M138685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool.&amp;nbsp; Please mark a correct answer so others can see it's resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372933#M138685</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-03-28T10:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: join</title>
      <link>https://community.qlik.com/t5/QlikView/join/m-p/372934#M138686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jason ! Its very clear!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 06:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join/m-p/372934#M138686</guid>
      <dc:creator />
      <dc:date>2013-04-06T06:35:49Z</dc:date>
    </item>
  </channel>
</rss>

