<?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/1319810#M830813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe you just need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IsApplied ='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Applied&lt;/SPAN&gt;',[Applied Job Count],0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 09:46:11 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-06-20T09:46:11Z</dc:date>
    <item>
      <title>Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319806#M830809</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 want to count the column "workerid" where the field isapplies='appliead' else i want to show the value&amp;nbsp; "0" &lt;/P&gt;&lt;P&gt;i have the table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;WorkerID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;IsApplied&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Applied Job Count&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;the result I want&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4202&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Applied&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;24875&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Not Applied&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;8796&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Not Applied&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;8745&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Not Applied&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the folowing formula &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;IsApplied-= {"=if((Not Applied"}&amp;gt;} WorkerID_WorkerDetails) &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Which shows the result shown in the column "Applied Job Count" in the table above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/SPAN&gt;&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/1319806#M830809</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/1319807#M830810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;=count({&amp;lt;IsApplied -= {"Not Applied"}&amp;gt;}WorkerID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319807#M830810</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-20T09:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319808#M830811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Now I get the result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;STRONG&gt;WorkerID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;STRONG&gt;IsApplied&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; padding: 2px; color: #ffffff; background-color: #6690bc; text-align: center;" valign="middle"&gt;Applied Job Count&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;4202&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;Applied&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;worker that did not apply is not shown in the table,&lt;/P&gt;&lt;P&gt;the result i want,is to show also the workers who did not apply, with the value "0".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319808#M830811</guid>
      <dc:creator />
      <dc:date>2017-06-20T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319809#M830812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uncheck "Supress Zero values" in PResentation tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319809#M830812</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-20T09:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319810#M830813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe you just need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IsApplied ='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Applied&lt;/SPAN&gt;',[Applied Job Count],0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319810#M830813</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-20T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319811#M830814</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 to uncheck "Suppress Zero-Values" in the Presentation page&amp;nbsp; then it should work&lt;/P&gt;&lt;P&gt;=if(IsApplied ='Applied',Applied_Job_Count,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="167435" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167435_Capture.JPG" style="height: 321px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319811#M830814</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-06-20T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319812#M830815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this you are expecting? Added Sum over expression from Vinit&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(If(IsApplied = 'Applied', [Applied Job Count],0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="167433" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167433_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319812#M830815</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-20T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319813#M830816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use the expression posted above by P M and uncheck Supress Zero value, that is all you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319813#M830816</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-20T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319814#M830817</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;SPAN style="font-size: 13.3333px;"&gt;Are you expecting like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167434_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319814#M830817</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-06-20T10:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319815#M830818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319815#M830818</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-20T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319816#M830819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Thank you all !!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319816#M830819</guid>
      <dc:creator />
      <dc:date>2017-06-20T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319817#M830820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/1319817#M830820</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-20T10:24:08Z</dc:date>
    </item>
  </channel>
</rss>

