<?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 Customesr only when ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418047#M1168721</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;TOTAL_SUM={'&amp;gt;1500'}&amp;gt;} DISTINCT CUSTOMER_NR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that all your fields match exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 14:19:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-18T14:19:30Z</dc:date>
    <item>
      <title>Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418046#M1168720</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 can reduce my problem to a table with three fields , Customernumber, ordernumber, total_sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to know in a text field, how many customers (count) i have, who's total amount is greater than 1500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryied something like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(&amp;nbsp; {$&amp;lt; TOTAL_SUM = {"&amp;gt;1500.0"} &amp;gt;} DISTINCT CUSTOMER_NR&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result is still 0. What i am doing wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418046#M1168720</guid>
      <dc:creator>pyrodirk</dc:creator>
      <dc:date>2012-09-18T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418047#M1168721</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;TOTAL_SUM={'&amp;gt;1500'}&amp;gt;} DISTINCT CUSTOMER_NR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that all your fields match exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418047#M1168721</guid>
      <dc:creator />
      <dc:date>2012-09-18T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418048#M1168722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the very fast reply, but still the result is 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418048#M1168722</guid>
      <dc:creator>pyrodirk</dc:creator>
      <dc:date>2012-09-18T14:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418049#M1168723</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(&amp;nbsp; {$&amp;lt; TOTAL_SUM = {"&amp;gt;1500"} &amp;gt;} DISTINCT CUSTOMER_NR&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Total_Sum &amp;gt; 1500, count(Distinct Customer_Nr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418049#M1168723</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-18T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418050#M1168724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No , it is still not working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418050#M1168724</guid>
      <dc:creator>pyrodirk</dc:creator>
      <dc:date>2012-09-18T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418051#M1168725</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; Can you provide a sample file? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418051#M1168725</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-18T14:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count Customesr only when ...</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418052#M1168726</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;/P&gt;&lt;P&gt;as i build the example application i found the error. The reason why it was not woring was, that i format the TOTLA_SUM as Money so the part of the look like &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=Count({$&amp;lt;TOTAL_SUM={'&amp;gt;1500,00 €'}&amp;gt;} DISTINCT CUSTOMER_NR).&amp;nbsp; So thanks again for the help. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Dirk&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 09:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Customesr-only-when/m-p/418052#M1168726</guid>
      <dc:creator>pyrodirk</dc:creator>
      <dc:date>2012-09-19T09:46:59Z</dc:date>
    </item>
  </channel>
</rss>

