<?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: Inherited distinct in join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515875#M693371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. In test 1 dublicate rows are dropped and i dont understand why.&lt;/P&gt;&lt;P&gt;Test 1 is with distinct load in first table and the second is without.&lt;/P&gt;&lt;P&gt;But the data is the same in both cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2013 11:58:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-27T11:58:20Z</dc:date>
    <item>
      <title>Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515873#M693369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one tell me why distinct is inherited from previos load in join?&lt;/P&gt;&lt;P&gt;See the attachment. I am loading first table distinct and then loading second table NOT distinct and joining them. The result table turns out distinct too. Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 11:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515873#M693369</guid>
      <dc:creator />
      <dc:date>2013-06-27T11:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515874#M693370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see count=2 on test1 and count=3 on test2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 11:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515874#M693370</guid>
      <dc:creator />
      <dc:date>2013-06-27T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515875#M693371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. In test 1 dublicate rows are dropped and i dont understand why.&lt;/P&gt;&lt;P&gt;Test 1 is with distinct load in first table and the second is without.&lt;/P&gt;&lt;P&gt;But the data is the same in both cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 11:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515875#M693371</guid>
      <dc:creator />
      <dc:date>2013-06-27T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515876#M693372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because your join resultant table is Groups1 which is qualified by DISTINCT before load. Therefore the table is loaded as distinct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file, if you take a resident of the Groups1 table and then JOIN, you would get different result, because your resultant table is not qualified by DISTINCT there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 12:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515876#M693372</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-06-27T12:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515877#M693373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been acknowledged for a while now, and considered working as designed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/5762"&gt;http://community.qlik.com/thread/5762&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 12:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515877#M693373</guid>
      <dc:creator />
      <dc:date>2013-06-27T12:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515878#M693374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know how to work around this, the question is why it works like this. It breaks the logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 12:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515878#M693374</guid>
      <dc:creator />
      <dc:date>2013-06-27T12:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited distinct in join</title>
      <link>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515879#M693375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It costed me a half day to determine this. This should be in QlikView help file. This behavior of distinct keyword is not intuitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 12:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inherited-distinct-in-join/m-p/515879#M693375</guid>
      <dc:creator />
      <dc:date>2013-06-27T12:36:09Z</dc:date>
    </item>
  </channel>
</rss>

