<?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 Linked table via key field and keep left join characteristics in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670446#M1078530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether it is possible to keep two table separatedly, but linked (automatically by Qlikview) via key field (same field name) and have the characteristics of a external join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I have table Customer_details (name, address) and Orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Orders&lt;/P&gt;&lt;P&gt;%KEY_CUST_ID&lt;/P&gt;&lt;P&gt;Order n°&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Qty...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Customer&lt;/P&gt;&lt;P&gt;%KEY_CUST_ID&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally an order should have a Customer ID (then we can know his/her name &amp;amp; address) but I would like to manage and show also orders which may not have Customer ID. And I do not want to merge the two tables with the Left join keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 13:39:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-14T13:39:41Z</dc:date>
    <item>
      <title>Linked table via key field and keep left join characteristics</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670446#M1078530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether it is possible to keep two table separatedly, but linked (automatically by Qlikview) via key field (same field name) and have the characteristics of a external join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I have table Customer_details (name, address) and Orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Orders&lt;/P&gt;&lt;P&gt;%KEY_CUST_ID&lt;/P&gt;&lt;P&gt;Order n°&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;Qty...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Customer&lt;/P&gt;&lt;P&gt;%KEY_CUST_ID&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally an order should have a Customer ID (then we can know his/her name &amp;amp; address) but I would like to manage and show also orders which may not have Customer ID. And I do not want to merge the two tables with the Left join keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 13:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670446#M1078530</guid>
      <dc:creator />
      <dc:date>2014-07-14T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table via key field and keep left join characteristics</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670447#M1078531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 (or more) tables associated by qlikview can be managed as you need, you can easily show orders with and without customer id (to help you more attach your document)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 13:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670447#M1078531</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-14T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table via key field and keep left join characteristics</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670448#M1078532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try some thing like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if(isNull(%KEY_CUST_ID),Orders)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Aggr(if(isNull(%KEY_CUST_ID),Orders),Orders)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 14:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670448#M1078532</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-14T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table via key field and keep left join characteristics</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670449#M1078533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, thank you for your responses. Indeed I made a simple test with 2 tables, one Order with détails, but no Customer ID, when I show data in a table, it shows all records indeed (and display '-' where there is no Customer détails).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess the "automatic" join by field name in Qlikview is a FULL JOIN and not an inner join as I thought&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 14:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670449#M1078533</guid>
      <dc:creator />
      <dc:date>2014-07-14T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table via key field and keep left join characteristics</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670450#M1078535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a full outer join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 15:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670450#M1078535</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-14T15:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table via key field and keep left join characteristics</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670451#M1078537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your confirmation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 15:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-table-via-key-field-and-keep-left-join-characteristics/m-p/670451#M1078537</guid>
      <dc:creator />
      <dc:date>2014-07-14T15:47:04Z</dc:date>
    </item>
  </channel>
</rss>

