<?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 How do I count all if sales are greater than 0 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822881#M290044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's my first day building a dashboard and not surprisingly I've run into a formula i can't work out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pivot table that shows certain selected products that i want to look at. &lt;SPAN style="text-decoration: underline;"&gt;I'm now trying to determine a way to return the number of distinct accounts (accountnum) regardless of my current selections that had sales over $1.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried many things but the below two expressions are the closest i could get. If i do not filter my pivot table the column total for the first formula is the number i am after (250).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(TOTAL DISTINCT (accountnum)) //shows total products for pivot table selection (returns 100)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Count({1}TOTAL DISTINCT accountnum) //total accounts for every product in the system, not all these had sales (returns 1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I might also need to build in the variable month=Feb etc if you could also help with that. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The end goal being to show the percent of total accounts that sold the preselected items. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Something like: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Count(TOTAL DISTINCT (accountnum))/ &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;some formula&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 01:16:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-18T01:16:25Z</dc:date>
    <item>
      <title>How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822881#M290044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's my first day building a dashboard and not surprisingly I've run into a formula i can't work out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pivot table that shows certain selected products that i want to look at. &lt;SPAN style="text-decoration: underline;"&gt;I'm now trying to determine a way to return the number of distinct accounts (accountnum) regardless of my current selections that had sales over $1.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried many things but the below two expressions are the closest i could get. If i do not filter my pivot table the column total for the first formula is the number i am after (250).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(TOTAL DISTINCT (accountnum)) //shows total products for pivot table selection (returns 100)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Count({1}TOTAL DISTINCT accountnum) //total accounts for every product in the system, not all these had sales (returns 1000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I might also need to build in the variable month=Feb etc if you could also help with that. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The end goal being to show the percent of total accounts that sold the preselected items. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Something like: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Count(TOTAL DISTINCT (accountnum))/ &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;some formula&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 01:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822881#M290044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T01:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822882#M290045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send me your qvw file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lathaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 06:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822882#M290045</guid>
      <dc:creator />
      <dc:date>2015-03-18T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822883#M290046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood your problem correctly - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have taken "Products" as dimension and you want to count the records with sale&amp;gt;0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I think you can try - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(sale&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;accountnum&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or let me know if I have missed something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822883#M290046</guid>
      <dc:creator />
      <dc:date>2015-03-18T07:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822884#M290047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that you should use&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Count({$&amp;lt;sales={"&amp;gt;0"}&amp;gt;} distinct accountnum) /&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Count({1&amp;lt;sales={"&amp;gt;0"}&amp;gt;} distinct accountnum) &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: 13.3333330154419px;"&gt;&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: 13.3333330154419px;"&gt;That is - both the numerator and the denominator has a restriction so that only records with sales are included.&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: 13.3333330154419px;"&gt;&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: 13.3333330154419px;"&gt;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822884#M290047</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-18T07:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822885#M290048</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;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/hic"&gt;hic&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Your proposition is the best, i have one additionally question for you:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In my case the example above in set analysis is looking like that: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({$&amp;lt;KwotaW={"&amp;gt;0"}&amp;gt;}KwotaW) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to count all fields KwotaW but for different IDs: 1, 2 and 3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So if I choose MO_ID=1 ==&amp;gt; I want to have counting of KwotaW only for specific MO_ID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It is possible to do it with function if or under specific conditions?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you in advance for your help,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jacek Antek&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822885#M290048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T10:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822886#M290049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;KwotaW={"&amp;gt;0"}, MO_ID={1}&amp;gt;} KwotaW )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822886#M290049</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-08-18T10:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822887#M290050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/hic"&gt;hic&lt;/A&gt;&lt;/STRONG&gt; for swift answer,&lt;/P&gt;&lt;P&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;This is working ! : Count({$&amp;lt;KwotaW={"&amp;gt;0"}, MO_ID={1}&amp;gt;} KwotaW )&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But what if i have 2 conditions: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KwotaW={"&amp;gt;0"} or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KwotaW={"&amp;lt;0"}?&lt;/SPAN&gt;&lt;/SPAN&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;&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;It can be done ?&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you for your help!&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best Regards,&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;Jacek Antek&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822887#M290050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822888#M290051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you want KwotaW &amp;gt;0 &lt;STRONG style="text-decoration: underline;"&gt;AND&lt;/STRONG&gt; KwotaW &amp;lt;10, you can use &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;KwotaW={"&amp;gt;0&amp;lt;10"}, MO_ID={1}&amp;gt;} KwotaW )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you want KwotaW &amp;lt;0 &lt;STRONG style="text-decoration: underline;"&gt;OR&lt;/STRONG&gt; KwotaW &amp;gt;10, you can use &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;KwotaW={"&amp;lt;0"}+{"&amp;gt;10"}, MO_ID={1}&amp;gt;} KwotaW )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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>Tue, 18 Aug 2015 13:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822888#M290051</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-08-18T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822889#M290052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You very much for your answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working very well! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822889#M290052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T13:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822890#M290053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was an issue with my load that was causing errors in my dashboard but that was fixed and your solution worked. Thank you, Henric. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/822890#M290053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I count all if sales are greater than 0</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/1557519#M441011</link>
      <description>&lt;P&gt;Teşekkürler. Harika çözüm.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 19:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-count-all-if-sales-are-greater-than-0/m-p/1557519#M441011</guid>
      <dc:creator>adellcom</dc:creator>
      <dc:date>2019-03-16T19:40:31Z</dc:date>
    </item>
  </channel>
</rss>

