<?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: RE:Other than Distinct? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028018#M524510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do in script and frnt end aswell?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Feb 2016 12:51:57 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-02-13T12:51:57Z</dc:date>
    <item>
      <title>RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028010#M524502</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 have small doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other function to get the distinct count&amp;nbsp; output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:count(distinct&amp;nbsp; sales)=100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sam eoutput shud come&amp;nbsp; witout usng distinct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028010#M524502</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-13T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028011#M524503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have not tested, but may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Aggr(Count(Sales), Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028011#M524503</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-13T12:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028012#M524504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;32&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114555_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028012#M524504</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-13T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028013#M524505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your doubt concerning using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(Distinct FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Sunny suggested works, but I see no advantage in using this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A common practice is to create a field CounterOfFieldName in your dimensional table (that holds the distinct values of FieldName) just containing 1, then do a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(CounterOfFieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3381"&gt;A Myth About Count(distinct …)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028013#M524505</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-13T12:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028014#M524506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx sunny and swuehl.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no use of that just want to know ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to get count and with in that no duplicates? how cn i?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028014#M524506</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-13T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028015#M524507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(DISTINCT ...) would be the most efficient way to do it I believe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028015#M524507</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-13T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028016#M524508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohhh is it?&amp;nbsp;&amp;nbsp;&amp;nbsp; can i get usng rowno() or iter()&amp;nbsp; function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes explain bro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028016#M524508</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-13T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028017#M524509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script? front end chart? front end text box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028017#M524509</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-13T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028018#M524510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do in script and frnt end aswell?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028018#M524510</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-13T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028019#M524511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Count( DISTINCT FieldName) AS DistinctFieldNameCount&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT YourTable&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Note: That will count only FieldName in one table, so if FieldName is a key, this may differ from the other methods]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or as field function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vDistinctFieldName = FieldValueCount( 'FieldName');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a straight table chart with dimension FieldName,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=RowNo(TOTAL)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will return the distinct count as well in each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There probably more methods to get someway or another a distinct count, but the common way is just a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count( Distinct FieldName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 13:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028019#M524511</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-13T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Other than Distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028020#M524512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnk u&amp;nbsp; sunny and swehl...........for ur infrmatn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2016 07:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Other-than-Distinct/m-p/1028020#M524512</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-14T07:25:36Z</dc:date>
    </item>
  </channel>
</rss>

