<?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: Getting count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919642#M318729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT{&amp;lt;Number = {"=Aggr(Count(DISTINCT Val), Number) = 1"}&amp;gt;}Number)&lt;/STRONG&gt; and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT{&amp;lt;Number = {"=Aggr(Count(DISTINCT Val), Number) &amp;gt; 1"}&amp;gt;}Number)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 05:16:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-12T05:16:21Z</dc:date>
    <item>
      <title>Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919636#M318723</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;I have a requirement . attached is the sample app. Plz see the sample file.&lt;/P&gt;&lt;P&gt;There are 2 columns . Number and&amp;nbsp; Val.&lt;/P&gt;&lt;P&gt;In Numbers column,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number 3 and 5 have a single value associated.&lt;/P&gt;&lt;P&gt;ie.., Number 3 has 'abc' and number 5 has 'abc...remaining numbers have more than 1 different values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need count of Numbers which have Val 1 and count of value which have Valu more than 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 04:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919636#M318723</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-08-12T04:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919637#M318724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Number = {"=Count(Val) = 1"}&amp;gt;}Number)&lt;/STRONG&gt; for Numbers with only 1 value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;=Count({&amp;lt;Number = {"=Count(Val) &amp;gt; 1"}&amp;gt;}Number)&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; for Numbers with more than 1 value&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 04:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919637#M318724</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T04:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919638#M318725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Number = {"=Count(Val) = 1"}&amp;gt;}Number)&lt;/STRONG&gt; for Numbers with only 1 value&lt;/P&gt;&lt;P&gt;it should get 2. Because Number 3 and 5 has single value associated. ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 04:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919638#M318725</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-08-12T04:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919639#M318726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, is it not giving you that?? I am working on a personal edition of QlikView so can't open the document you shared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 04:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919639#M318726</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T04:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919640#M318727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(Count(Distinct Val) = 1, 1, 0), Number)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919640#M318727</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-12T05:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919641#M318728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh...i will share u an excel . You can load it . and take the columns in list box and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919641#M318728</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-08-12T05:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919642#M318729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT{&amp;lt;Number = {"=Aggr(Count(DISTINCT Val), Number) = 1"}&amp;gt;}Number)&lt;/STRONG&gt; and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT{&amp;lt;Number = {"=Aggr(Count(DISTINCT Val), Number) &amp;gt; 1"}&amp;gt;}Number)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919642#M318729</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T05:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919643#M318730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"=Count(DISTINCT Val)=1"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Number&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919643#M318730</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-08-12T05:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting count</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919644#M318731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jonathan...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Working....&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-count/m-p/919644#M318731</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-08-12T05:22:43Z</dc:date>
    </item>
  </channel>
</rss>

