<?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: What is the use of Distinct?  in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412314#M153487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes perfect!!! Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why it is not displaying correctly in Table box rather than chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2013 11:30:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-02T11:30:37Z</dc:date>
    <item>
      <title>What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412307#M153480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have duplicate records in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference in "using distinct keyword" and "not using distinct"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 07:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412307#M153480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-02T07:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412308#M153481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am sure you understood what is mean by Distinct from your below post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/thread/76250?tstart=0"&gt;http://community.qlik.com/thread/76250?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now the other question of yours is whats the use of distinct keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So when you use the distinct key word when you are loading the data, it will load only distinct values from your data. Say for example your data is like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, Field 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here you have 3 records where you have 2 records which are identical which is a,10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So when you use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Field1,Field2 from xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This will load all 3 records bu when you use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Distinct Field1,Field2 from xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This will give only 2 records which are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,20;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 07:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412308#M153481</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-02T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412309#M153482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with distinct keyword and without distinct keyword. Both return the same result.&lt;/P&gt;&lt;P&gt;a,10&lt;/P&gt;&lt;P&gt;a,20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412309#M153482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-02T11:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412310#M153483</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are looking them by Listbox, you will find only A and 10,20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is because the List box shows the distinct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create a Table box and see the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412310#M153483</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-02T11:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412311#M153484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Box is also showing the same Result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412311#M153484</guid>
      <dc:creator />
      <dc:date>2013-04-02T11:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412312#M153485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried in Table box only, no difference in below 2 results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Load Field1,Field2 from xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Load distinct Field1,Field2 from xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xyz:&lt;/P&gt;&lt;P&gt;Field1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412312#M153485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-02T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412313#M153486</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry I missed out. Table box will also show the distinct records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The other way to find out this is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create a Chart with Dimension as Field1 and expression as count(Field2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can also go to Document Properties -&amp;gt; Table -&amp;gt; And see the record count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412313#M153486</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-02T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412314#M153487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes perfect!!! Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why it is not displaying correctly in Table box rather than chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412314#M153487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-02T11:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412315#M153488</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You are right Anitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView objects like Listbox and Table Box shows only the distinct records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope your doubt is clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412315#M153488</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-02T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412316#M153489</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;In listbox also you can find the difference of both Distinct and Not Distinct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just take Fiedl1 in listbox and check Show frequency then it will show as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;For Not Distinct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;For Distinct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412316#M153489</guid>
      <dc:creator />
      <dc:date>2013-04-02T11:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412317#M153490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes im clear Kaushik &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412317#M153490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-02T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is the use of Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412318#M153491</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kindly Close the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 11:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-use-of-Distinct/m-p/412318#M153491</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-02T11:43:17Z</dc:date>
    </item>
  </channel>
</rss>

