<?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 table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/join-table/m-p/391819#M694576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gays ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 fiels &lt;BR /&gt;table1 name = DW&lt;/P&gt;&lt;P&gt;table2 name = BUDGET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1 name : DW.day&lt;/P&gt;&lt;P&gt;Field2 name : BUDGET.day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first field i have for exemple : A B and C &lt;/P&gt;&lt;P&gt;in the second field i have for exemple : A B and D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a third field with : A,&amp;nbsp; B, C and D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So i think thant &lt;SPAN style="font-size: 10pt;"&gt;is with OUTER JOIN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;so How can i do it ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;syntax plz.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 13:51:48 GMT</pubDate>
    <dc:creator>ch_riadh</dc:creator>
    <dc:date>2013-05-21T13:51:48Z</dc:date>
    <item>
      <title>join table</title>
      <link>https://community.qlik.com/t5/QlikView/join-table/m-p/391819#M694576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gays ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 fiels &lt;BR /&gt;table1 name = DW&lt;/P&gt;&lt;P&gt;table2 name = BUDGET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1 name : DW.day&lt;/P&gt;&lt;P&gt;Field2 name : BUDGET.day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first field i have for exemple : A B and C &lt;/P&gt;&lt;P&gt;in the second field i have for exemple : A B and D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a third field with : A,&amp;nbsp; B, C and D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So i think thant &lt;SPAN style="font-size: 10pt;"&gt;is with OUTER JOIN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;so How can i do it ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;syntax plz.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 13:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-table/m-p/391819#M694576</guid>
      <dc:creator>ch_riadh</dc:creator>
      <dc:date>2013-05-21T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: join table</title>
      <link>https://community.qlik.com/t5/QlikView/join-table/m-p/391820#M694577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DW:&lt;/P&gt;&lt;P&gt;load * Inline [Day&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (DW)&lt;/P&gt;&lt;P&gt;load * Inline [Day&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your question is not very clear, however you should get away with using just "JOIN" this is a natural join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the QV Reference manual p918:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;An operation that uses two tables and combines them into one. The records of the table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;produced are combinations of records in the two original tables, usually such that the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;two records contributing to any given combination in the produced table have a common value for one or several common fields, a so called natural join. In QlikView, joins&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;can be made in the script, producing logical tables. Inner join, Left join, Right join and&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Outer join are all possible operations.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 14:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-table/m-p/391820#M694577</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-05-21T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: join table</title>
      <link>https://community.qlik.com/t5/QlikView/join-table/m-p/391821#M694578</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;You only need a Join! Following example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 14:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-table/m-p/391821#M694578</guid>
      <dc:creator />
      <dc:date>2013-05-21T14:14:16Z</dc:date>
    </item>
  </channel>
</rss>

