<?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: distinct function is not working in foreign languages in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770078#M273398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this answered your question? If so, can you please close this thread by marking one of the answers correct? It will help others find a (correct) answer to similar problems and lets other contributing members know that this requires no more attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 09:56:14 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-03-25T09:56:14Z</dc:date>
    <item>
      <title>distinct function is not working in foreign languages</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770075#M273395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Team,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Qlikview and Excel is giving&amp;nbsp; different results when using distinct function for a column having foreign language entries.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In Qlikview distinct is giving 12381(Column C) rows where as excel when removing the duplicates giving 12367(Column B).&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Please let me know which is the correct output.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;For your reference attaching the sample input Data (Column A) and results.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks and Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sreehari Satheesan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 14:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770075#M273395</guid>
      <dc:creator />
      <dc:date>2015-03-23T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: distinct function is not working in foreign languages</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770076#M273396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that the Excel remove duplicates function is case insensitive, and QlikView is case sensitive. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGERIT S.R.O.&lt;/P&gt;&lt;P&gt;Agerit s.r.o.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are two distinct values for Qlikview, but excel removes one of them when removing duplicates.&lt;/P&gt;&lt;P&gt;Depending on what you consider correct, you can do an Upper(MyField) load of this field in QV and you will probably end up with the same distinct count as in excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 15:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770076#M273396</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-23T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: distinct function is not working in foreign languages</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770077#M273397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because qlik count twice the same row Ex.&lt;/P&gt;&lt;TABLE border="1" cellpadding="2" cellspacing="1" width="649"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#ccffff" height="19"&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 8pt; font-family: Tahoma;"&gt;AGERIT S.R.O.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#ccffff" height="19"&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 8pt; font-family: Tahoma;"&gt;Agerit s.r.o.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because upper and lower cases are distinct values while Excel consider them the same ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 15:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770077#M273397</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-03-23T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: distinct function is not working in foreign languages</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770078#M273398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this answered your question? If so, can you please close this thread by marking one of the answers correct? It will help others find a (correct) answer to similar problems and lets other contributing members know that this requires no more attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 09:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770078#M273398</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-25T09:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: distinct function is not working in foreign languages</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770079#M273399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Piet&amp;nbsp; for the delayed response..&lt;/P&gt;&lt;P&gt;Thank you so much for your help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 10:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-function-is-not-working-in-foreign-languages/m-p/770079#M273399</guid>
      <dc:creator />
      <dc:date>2015-03-25T10:42:20Z</dc:date>
    </item>
  </channel>
</rss>

