<?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: Association and Full outer join - non key fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857380#M1017991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in roughly, Association will happen based on same field names automatically but joins(outer) will happen based on data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 09:45:55 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-06T09:45:55Z</dc:date>
    <item>
      <title>Association and Full outer join - non key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857378#M1017988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB the scenario.&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;t1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;id&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;// outer join(t1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; id, time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; 1,&amp;nbsp;&amp;nbsp; t1 &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp; 1,&amp;nbsp;&amp;nbsp; t2&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-**********************************************- &lt;/P&gt;&lt;P&gt;The above dataset when we leave the tables as such and let them associate based on id, the count(id) is 2.&lt;/P&gt;&lt;P&gt;whereas when we give a join(full outer) the count(id) is being shown as 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, association is not same as full outer join in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your thots on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 07:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857378#M1017988</guid>
      <dc:creator />
      <dc:date>2015-04-06T07:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Association and Full outer join - non key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857379#M1017989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right: Association and Outer Join is not the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sometimes they are sometimes they are not&lt;/STRONG&gt;&lt;/EM&gt;. Henric Cronström has explained that on this forum I remember. He explained that associations are quite a bit more dynamic so it is not only how the data are associated in the data model but also how the selections are made that determine the results you get in the user interface. So in some cases it might even be a left join depending on the charts composition and the selections...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 08:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857379#M1017989</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-04-06T08:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Association and Full outer join - non key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857380#M1017991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in roughly, Association will happen based on same field names automatically but joins(outer) will happen based on data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 09:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857380#M1017991</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-06T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Association and Full outer join - non key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857381#M1017993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the explanation by Henric Cronström?&lt;/P&gt;&lt;P&gt;Searched for it, but couldnt get the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 13:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857381#M1017993</guid>
      <dc:creator />
      <dc:date>2015-04-06T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Association and Full outer join - non key fields</title>
      <link>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857382#M1017994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hopes i'm not wrong here,the explanation is same as I SAID ABOVE &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-and-Full-outer-join-non-key-fields/m-p/857382#M1017994</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-06T13:21:42Z</dc:date>
    </item>
  </channel>
</rss>

