<?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 left join two loaded tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302667#M111962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Yes, Kaushal is correct. All the values of Field1 from Table1 will appear regardless of the data related to table2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where ever table2 data is not available you`d get '-' Null() as value for respective columns.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 12:27:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-20T12:27:07Z</dc:date>
    <item>
      <title>left join two loaded tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302664#M111959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello I got 2 tables loaded as such&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load field1, field2&lt;/P&gt;&lt;P&gt;sql select * from table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load field1, field3&lt;/P&gt;&lt;P&gt;sql select * from table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the common field is field1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the syntax of left join between the two loaded tables table1 and table2 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302664#M111959</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-06-20T11:58:39Z</dc:date>
    </item>
    <item>
      <title>left join two loaded tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302665#M111960</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;table1:&lt;/P&gt;&lt;P&gt;load field1, field2&lt;/P&gt;&lt;P&gt;sql select * from table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load field1, field3&lt;/P&gt;&lt;P&gt;sql select * from table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Kaushal mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302665#M111960</guid>
      <dc:creator>kaushalview</dc:creator>
      <dc:date>2011-06-20T12:09:58Z</dc:date>
    </item>
    <item>
      <title>left join two loaded tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302666#M111961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; does your solution means that the table 1 and table 2 remain available but the relation between them is left join?&lt;/P&gt;&lt;P&gt;so does this mean that all values of field1 will appear whether ther is data related in table 2 or not?&lt;/P&gt;&lt;P&gt;please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302666#M111961</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-06-20T12:20:28Z</dc:date>
    </item>
    <item>
      <title>left join two loaded tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302667#M111962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Yes, Kaushal is correct. All the values of Field1 from Table1 will appear regardless of the data related to table2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where ever table2 data is not available you`d get '-' Null() as value for respective columns.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- Sridhar&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302667#M111962</guid>
      <dc:creator />
      <dc:date>2011-06-20T12:27:07Z</dc:date>
    </item>
    <item>
      <title>left join two loaded tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302668#M111963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; the problem is that the data is very huge is I do a left join the system is killed&lt;/P&gt;&lt;P&gt;can't I display all values of table1 in the dimensions of a pivot table despite the fact there is related values in table 2 or not?&lt;/P&gt;&lt;P&gt;without doing left join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302668#M111963</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-06-20T12:44:36Z</dc:date>
    </item>
    <item>
      <title>left join two loaded tables</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302669#M111964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Yes, you can display. if you are not using left join between the table you`d get all the data from both the table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i.e Field1 will have the data from both table1 and table2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For example if you create a pivot table from only the table1 fields, you would get only the data from table1.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Linking the table in Qlikview is similar to outer join in SQL.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hope this helps you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;- Sridhar&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-two-loaded-tables/m-p/302669#M111964</guid>
      <dc:creator />
      <dc:date>2011-06-20T12:53:23Z</dc:date>
    </item>
  </channel>
</rss>

