<?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/314302#M115988</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've to do another type of count if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGE &amp;lt;= of a numeric variable "VARIABLE" like the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=VARIABLE"},GENDER={'M'}&amp;gt;} NAME).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;But i 've problem...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;Marco&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2011 13:12:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-06T13:12:57Z</dc:date>
    <item>
      <title>Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314294#M115980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i need to count the variable NAME when the AGE is 18 or 19 and GENDER is M.&lt;/P&gt;&lt;P&gt;If there is only one condition ( for exemple AGE) i use: count({&amp;lt;AGE={'18','19'}&amp;gt;} NAME) and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I introduce also the second condition (GENDER=M)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 14:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314294#M115980</guid>
      <dc:creator />
      <dc:date>2011-05-19T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314295#M115981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, Check this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;count({&amp;lt;AGE={'18','19'},GENDER={'M'}&amp;gt;} NAME)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 14:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314295#M115981</guid>
      <dc:creator />
      <dc:date>2011-05-19T14:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314296#M115982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It’s correct!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MArco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 14:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314296#M115982</guid>
      <dc:creator />
      <dc:date>2011-05-19T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314297#M115983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; For a static test like that I would recommend you put the workload onto the script and use a flag, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ((AGE = 18 or AGE = 19) and GENDER = 'M', 1, 0) as YoungMaleFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can just use a simple expression in charts etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(YoungMaleFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 14:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314297#M115983</guid>
      <dc:creator />
      <dc:date>2011-05-19T14:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314298#M115984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi &lt;SPAN class="replyToName"&gt;Sridhar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;i' ve to do another similar count if.&amp;nbsp; This time i need to count all Name with gender M and age &amp;lt;=18.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I try to adapt your script like these: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;count({&amp;lt;AGE&amp;lt;={'18'},GENDER={'M'}&amp;gt;} NAME).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It's not correct. Can you help me?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Marco&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314298#M115984</guid>
      <dc:creator />
      <dc:date>2011-06-01T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314299#M115985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName"&gt;Sridhar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;i' ve to do another similar count if.&amp;nbsp; This time i need to count all Name with gender M and age &amp;lt;=18.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I try to adapt your script like these: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;count({&amp;lt;AGE&amp;lt;={'18'},GENDER={'M'}&amp;gt;} NAME).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It's not correct. Can you help me?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Marco&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314299#M115985</guid>
      <dc:creator />
      <dc:date>2011-06-01T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314300#M115986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=18"},GENDER={'M'}&amp;gt;} NAME)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;- Sridhar&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314300#M115986</guid>
      <dc:creator />
      <dc:date>2011-06-01T15:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314301#M115987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works!! Thank You a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314301#M115987</guid>
      <dc:creator />
      <dc:date>2011-06-01T15:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314302#M115988</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've to do another type of count if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGE &amp;lt;= of a numeric variable "VARIABLE" like the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=VARIABLE"},GENDER={'M'}&amp;gt;} NAME).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;But i 've problem...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;Marco&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314302#M115988</guid>
      <dc:creator />
      <dc:date>2011-06-06T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314303#M115989</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've to do another type of count if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGE &amp;lt;= of a numeric variable "VARIABLE" like the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=VARIABLE"},GENDER={'M'}&amp;gt;} NAME).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;But i 've problem...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;Can you help me again?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;Marco&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314303#M115989</guid>
      <dc:creator />
      <dc:date>2011-06-06T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314304#M115990</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;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=$(VARIABLE)"},GENDER={'M'}&amp;gt;} NAME).&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314304#M115990</guid>
      <dc:creator />
      <dc:date>2011-06-06T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314305#M115991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=$(VARIABLE)"},GENDER={'M'}&amp;gt;} NAME) but there is not difference between the count with or without AGE={"&amp;lt;=$(VARIABLE)"}.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314305#M115991</guid>
      <dc:creator />
      <dc:date>2011-06-07T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314306#M115992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=$(VARIABLE)"},GENDER={'M'}&amp;gt;} NAME) but there is not difference between the count with or without AGE={"&amp;lt;=$(VARIABLE)"}.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 09:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314306#M115992</guid>
      <dc:creator />
      <dc:date>2011-06-07T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314307#M115993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by Vladimir, the expression should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the attched application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sridhar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 12:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314307#M115993</guid>
      <dc:creator />
      <dc:date>2011-06-07T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314308#M115994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!! You and Vladimir understand my problem and with this application now i'm understand where i've made mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All it's clear! Thank you again for the great application! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314308#M115994</guid>
      <dc:creator />
      <dc:date>2011-06-07T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314309#M115995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!! You and Vladimir understand my problem and with this application now i'm understand where i've made mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All it's clear! Thank you again for the great application! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314309#M115995</guid>
      <dc:creator />
      <dc:date>2011-06-07T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314310#M115996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All, how do I say not equal to?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;count({&amp;lt;AGE={'18','19'},GENDER={'M'}&amp;gt;} NAME)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I want to say. count if Age is not equal to 18 or 19 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314310#M115996</guid>
      <dc:creator />
      <dc:date>2012-01-04T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314311#M115997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, how do I say not equal to?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;count({&amp;lt;AGE={'18','19'},GENDER={'M'}&amp;gt;} NAME)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I want to say. count if Age is not equal to 18 or 19 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314311#M115997</guid>
      <dc:creator />
      <dc:date>2012-01-04T08:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314312#M115998</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;In that case exclude those values from the set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Count({&amp;lt; AGE -= {18, 19}, GENDER = {'M'} &amp;gt;} NAME)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When values are numeric, there is no need for quoting, actually that slows down the calculation, since QlikView has to deal numeric values as literals (strings)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314312#M115998</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-04T08:10:55Z</dc:date>
    </item>
    <item>
      <title>Count If</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If/m-p/314313#M115999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm really new but well i found many things here in the community but now i really need a little help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it schould be easy but for me it doesen't work... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;i nearly need the same like this &lt;/EM&gt;&lt;EM style="font-size: 12px;"&gt;count({&amp;lt;AGE={"&amp;lt;=18"},GENDER={'M'}&amp;gt;} NAME) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;but i will need addtional a 'distinct' for the name...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;can somebody let me know how to enter that???&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt; &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If/m-p/314313#M115999</guid>
      <dc:creator />
      <dc:date>2012-01-04T14:17:15Z</dc:date>
    </item>
  </channel>
</rss>

