<?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: Count if in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296981#M837993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Still no result , I will follow the formula, probably missing a bracket somewhere on my side&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2017 19:23:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-18T19:23:07Z</dc:date>
    <item>
      <title>Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296977#M837989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a difficulty with the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(if(SUM(Value)/10 &amp;gt; 0.8,[Employee Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296977#M837989</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296978#M837990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know what your data looks like but you can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(aggr(sum(Value)/10,[Employee Name])&amp;gt;0.8,count(distinct [Employee Name]),)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296978#M837990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296979#M837991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;missing closing bracket ... &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count(if(SUM(Value)/10 &amp;gt; 0.8,[Employee Name]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;also you are missing aggr function &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count(if(Aggr(SUM(Sales),Customer) /10 &amp;gt; 0.8,Customer))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296979#M837991</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-05-18T19:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296980#M837992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , I am still trying but not getting result &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296980#M837992</guid>
      <dc:creator />
      <dc:date>2017-05-18T19:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296981#M837993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Still no result , I will follow the formula, probably missing a bracket somewhere on my side&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296981#M837993</guid>
      <dc:creator />
      <dc:date>2017-05-18T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296982#M837994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Count(if(Aggr(SUM(Sales),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Employee Name]&lt;/SPAN&gt;) /10 &amp;gt; 0.8,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Employee Name]&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296982#M837994</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-05-18T19:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296983#M837995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great , thanks a million - works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296983#M837995</guid>
      <dc:creator />
      <dc:date>2017-05-18T19:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296984#M837996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark correct and close the thread .. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1296984#M837996</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-05-18T19:30:55Z</dc:date>
    </item>
  </channel>
</rss>

