<?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: CountIfs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180527#M883939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be these if they are not white spaces, but true nulls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) RangeSum(NullCount(Forename), NullCount(Surname))&lt;/P&gt;&lt;P&gt;2) Not sure I understand your second requirement, can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 22:40:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-23T22:40:38Z</dc:date>
    <item>
      <title>CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180526#M883938</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 am new to Qlik and so help would be much appreciated. I am trying to perform what in Excel would be CountIFS.&amp;nbsp; Counting based on multiple Columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to count nulls for Multiple Columns: e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Group&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Forename&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Surname&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Age&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;John&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Smith&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;51&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Sam&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Shaw&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Harold&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Amy&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Jones&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see in Forename there is 1 Null, Surname has 2 and Age has 3.&amp;nbsp; I want to be able to count these nulls in various ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I want to be able to sum the null of multiple columns i.e. Forename + Surname = 3 Nulls&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="font-size: 13.3333px;"&gt;I want to be able to sum the null of multiple columns and then base it on multiple groups i.e. &lt;SPAN style="font-size: 13.3333px;"&gt;Forename + Surname of Group2 = 2 Nulls &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;Forename + Surname of Group2 +3 = 3 Nulls etc.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've come across countif through: =count({&amp;lt;Field={'A','B'}&amp;gt;} Field), which I think is a good starting point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview Novice&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/CountIfs/m-p/1180526#M883938</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180527#M883939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be these if they are not white spaces, but true nulls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) RangeSum(NullCount(Forename), NullCount(Surname))&lt;/P&gt;&lt;P&gt;2) Not sure I understand your second requirement, can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 22:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180527#M883939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T22:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180528#M883940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the 2nd requirement can be met as below -&lt;/P&gt;&lt;P&gt;The top list boxes can be filtered to understand group wise null for selected fields.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138553_Capture.JPG" style="height: 266px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2016 11:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180528#M883940</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-09-24T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180529#M883941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution provides almost what I need.&amp;nbsp; The one additional thing I hope you can help with is I don't want a listbox to filter by field or group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. I just want to sum the nulls of multiple fields and groups and return a value in a text box of which ever multiple groupings I need.&amp;nbsp; The other thing is I want to combine the sum of multiple groups.&amp;nbsp; E.g. I want to sum nulls of group 2 &amp;amp; 3 of forename a surname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180529#M883941</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-09-26T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180530#M883942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first response works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a bit more detail on number 2 below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 13:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180530#M883942</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-09-26T13:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180531#M883943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand what you are looking to do. May be &lt;A href="https://community.qlik.com/people/digvijay"&gt;digvijay&lt;/A&gt;‌ might be able to help better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. But in case he is unable to, please provide more details on what you are looking to get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 17:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180531#M883943</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-26T17:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180532#M883944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure but see if this can help.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text box 1&lt;/STRONG&gt; - Group wise sum of nulls of all fields, since you don't want list box bases selection, manually you need to remove fields which you want to exclude.&lt;/P&gt;&lt;P&gt;=Sum(Aggr(RangeSum(NullCount(Forename),NullCount(Surname),NullCount(Age)),Group))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Box 2&amp;nbsp; - If you want specific groups and don't want to select groups from list box, then manually you can change groups in set analysis below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Group={3}&amp;gt;}Aggr(RangeSum(NullCount({&amp;lt;Group={3}&amp;gt;}Forename),NullCount({&amp;lt;Group={3}&amp;gt;}Surname),NullCount({&amp;lt;Group={3}&amp;gt;}Age)),Group))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 18:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180532#M883944</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-09-26T18:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180533#M883945</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;maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233983_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138761_QlikCommunity_Thread_233983_Pic1.JPG" style="height: 144px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233983_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138762_QlikCommunity_Thread_233983_Pic2.JPG" style="height: 145px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233983_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/138763_QlikCommunity_Thread_233983_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1474925625023783 jive_text_macro" jivemacro_uid="_1474925625023783"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -IsNull(Forename) as IsNullForename,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -IsNull(Surname)&amp;nbsp; as IsNullSurname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -IsNull(Age)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as IsNullAge;&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Forename),Forename) as Forename, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Surname),Surname)&amp;nbsp;&amp;nbsp; as Surname, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Age),Age)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Age&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="233983" data-objecttype="1" href="https://community.qlik.com/thread/233983"&gt;https://community.qlik.com/thread/233983&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;CrossTable (NullField, IsNull)&lt;/P&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsNullForename,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsNullSurname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IsNullAge&lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 21:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180533#M883945</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-26T21:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180534#M883946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for the Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; Thanks Digvijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your second part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Group={3}&amp;gt;}Aggr(RangeSum(NullCount({&amp;lt;Group={3}&amp;gt;}Forename),NullCount({&amp;lt;Group={3}&amp;gt;}Surname),NullCount({&amp;lt;Group={3}&amp;gt;}Age)),Group))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me, however my actual code is a for projects and looks something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Project ID]={PJ0001}&amp;gt;}Aggr(RangeSum(NullCount({&amp;lt;[Project ID]={PJ0001}&amp;gt;}Name),NullCount({&amp;lt;[Project Id]={PJ0001}&amp;gt;}[Description])),[Project ID]))&amp;nbsp; - Even though you see I am only checking two fields for Nulls the value coming up showed up as 3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I believe Marco has given a different solution which worked for me.&amp;nbsp; By manipulating the data, making nulls = 1 and nonenull= 0&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; 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, 27 Sep 2016 01:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180534#M883946</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-09-27T01:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180535#M883947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&amp;nbsp; Thanks for this.&amp;nbsp; This seems to work perfectly for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I slightly edited your code for IsNull in the load script, and one line placed Nulls = 1 and none null = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(ForeName)=0, ForeName=0, '1') As Nullname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 01:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180535#M883947</guid>
      <dc:creator>alwayslearning</dc:creator>
      <dc:date>2016-09-27T01:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180536#M883948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome.&lt;/P&gt;&lt;P&gt;Glad it worked.&lt;/P&gt;&lt;P&gt;Please close your thread if your question is answered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&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;regards&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, 27 Sep 2016 19:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180536#M883948</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-27T19:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: CountIfs</title>
      <link>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180537#M883949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear that &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;marcowedel&lt;/A&gt; 's solution worked for you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your expression you have used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Project Id] at once place, in different case than &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Project ID], that may cause problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can close this thread by marking one correct answer and&amp;nbsp; as many helpful, likes as you feel. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take care,&lt;/P&gt;&lt;P&gt;DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 05:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CountIfs/m-p/1180537#M883949</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-09-28T05:28:32Z</dc:date>
    </item>
  </channel>
</rss>

