<?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 Re: Implicit join is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786535#M278240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan !! I got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 19:12:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-11T19:12:00Z</dc:date>
    <item>
      <title>Implicit join is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786533#M278238</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 am a QlikView learner.&lt;/P&gt;&lt;P&gt;I have &lt;STRONG&gt;orders&lt;/STRONG&gt;, &lt;STRONG&gt;calendar&lt;/STRONG&gt; tables and day_id is common field between these tables,&lt;/P&gt;&lt;P&gt;the values day_id is e.g. ( 20140101 , 20140102...etc).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;In my &lt;STRONG&gt;calendar&lt;/STRONG&gt; table i have past 5 years data , but in my &lt;STRONG&gt;orders&lt;/STRONG&gt; table i have data starting from Jan-2014.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have loaded these two tables into QlikView and click the Table View ( Ctrl+ T) , it shows join link as day_id between these tables.&lt;/P&gt;&lt;P&gt;The question is when i use list box for day_id column it is showing all data , which means past 5 years data.&lt;/P&gt;&lt;P&gt;I guess the joining in QlikView is not happening properly , if it is inner join by default .. it should not show all 5 years data from &lt;STRONG&gt;calendar&lt;/STRONG&gt; table because it is inner joined with &lt;STRONG&gt;orders&lt;/STRONG&gt; table , so only it show the data starting from Jan-2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i joined these two tables in scripting , it is working fine..it showing matched data only from two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me ... why it is not working implicit join when we import tables .. and it is working only when we join explicitly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !!&lt;/P&gt;&lt;P&gt;Sridhar Bunga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 17:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786533#M278238</guid>
      <dc:creator />
      <dc:date>2015-03-11T17:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit join is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786534#M278239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though day_id exists in both tables, when you use it in the UI it will show values from both tables combined. The 'link' is analagous full outer join. If you want any different kind of link do an inner or outer join in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even with full outer you can load the same field on both sides again so that you will have fields that show the values from the respective tables alone (calendardayid and orderdayid below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; day_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; day_id as calendardayid&lt;/P&gt;&lt;P&gt;from &amp;lt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Orders:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; day_id,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; day_id as orderdayid&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;from &amp;lt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786534#M278239</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-11T18:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit join is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786535#M278240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan !! I got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implicit-join-is-not-working/m-p/786535#M278240</guid>
      <dc:creator />
      <dc:date>2015-03-11T19:12:00Z</dc:date>
    </item>
  </channel>
</rss>

