<?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 based on a formular - not  on a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422577#M1168310</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;&lt;EM&gt;=Count(&amp;nbsp; {$&amp;lt; CUSTOMER_NR={"=Sum(TOTAL_SUM)&amp;gt;110"}&amp;nbsp; &amp;gt;} DISTINCT CUSTOMER_NR )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 14:53:14 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-09-19T14:53:14Z</dc:date>
    <item>
      <title>Count based on a formular - not  on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422574#M1168307</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;please have a look at the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22138" alt="qlikviewtable.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/22138_qlikviewtable.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a textfield i want to count the number of customers who have an OVERALL &amp;gt; 120,00 Euro ( must be 4 - 1 ,2,3,4) . The problem here ist that OVERALL is a formular definded as Sum(TOTAL &amp;lt;CUSTOMER_NR&amp;gt; TOTAL_SUM ) not a field . How to do that in this case ?&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>Wed, 19 Sep 2012 14:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422574#M1168307</guid>
      <dc:creator>pyrodirk</dc:creator>
      <dc:date>2012-09-19T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count based on a formular - not  on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422575#M1168308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried something like this in your text box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTOMER_NR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TOTAL_SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; )&amp;gt;110,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTOMER_NR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422575#M1168308</guid>
      <dc:creator />
      <dc:date>2012-09-19T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count based on a formular - not  on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422576#M1168309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , of course - you can put it in the last text Field on my demo application. I get wrong results (6) or a - whe i try to adjust the 110 to somethig like "110,00 €" , because that was my previous problem when counting against a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422576#M1168309</guid>
      <dc:creator>pyrodirk</dc:creator>
      <dc:date>2012-09-19T14:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count based on a formular - not  on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422577#M1168310</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;&lt;EM&gt;=Count(&amp;nbsp; {$&amp;lt; CUSTOMER_NR={"=Sum(TOTAL_SUM)&amp;gt;110"}&amp;nbsp; &amp;gt;} DISTINCT CUSTOMER_NR )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-based-on-a-formular-not-on-a-field/m-p/422577#M1168310</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-19T14:53:14Z</dc:date>
    </item>
  </channel>
</rss>

