<?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 with multiple conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52595#M8731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is ok, can be something in your database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that everything is okay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 11:41:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-04T11:41:39Z</dc:date>
    <item>
      <title>COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52592#M8728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Progress]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Started','On hold','Completed'} , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Current Phase]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Plan','Execute','Close'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Global]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'On Track'} &amp;gt; } &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project NAME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The COUNT returns&amp;nbsp; 0 instead of 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually on my table I have multiple rows with:&lt;/P&gt;&lt;P&gt;- only the value 'Started' for&amp;nbsp; 'Progress' &lt;/P&gt;&lt;P&gt;- only the value&amp;nbsp; 'Execute' for 'Current phase'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198421_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first Expression is :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({$&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Global]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'On Track'} &amp;gt; } &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project NAME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Its returning 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52592#M8728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52593#M8729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample or sample data to see what you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52593#M8729</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-04T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52594#M8730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why not do a count(Project NAME) and add 3 listbox, Progress, Current Phase, Global, then Select in this listboxs 'Started','On hold','Completed' and 'Plan','Execute','Close' and 'On Track', what will Your Count value be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that Your set analysis is AND not OR, this means that all values must match to Count Your Project NAME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52594#M8730</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-04-04T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52595#M8731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code is ok, can be something in your database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that everything is okay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 11:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52595#M8731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T11:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52596#M8732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198443_Capture.PNG" style="width: 620px; height: 122px;" /&gt;&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 Apr 2018 12:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52596#M8732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52597#M8733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, based on these 5 rows, you should be getting 5 as a count using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Progress]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Started','On hold','Completed'} , &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Current Phase]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Plan','Execute','Close'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Global]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'On Track'} &amp;gt; } &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Project NAME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that not what you are getting? You get 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52597#M8733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-04T12:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52598#M8734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I need on 'OR' expression. How can I Do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use listbox because I have many expressions that needs to be calculated automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52598#M8734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52599#M8735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of cource you want it automatically, its just a way to troubleshoot. As you show in Your pic above, Your Expression should gives you 5 rows. Do you have any other Expressions in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52599#M8735</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-04-04T12:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52600#M8736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I get 0. I want to get 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52600#M8736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52601#M8737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have other expression that showing 0 also .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52601#M8737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52602#M8738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe your Current Phase is not a text field, u can try this test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Progress]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Started','On hold','Completed'} ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Global]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'On Track'} &amp;gt; }&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Project NAME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52602#M8738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52603#M8739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes no problem in Database and data is well loaded in Qlikview&lt;SPAN class="trans-verified-button goog-toolbar-button"&gt;&lt;SPAN class="jfk-button-img"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52603#M8739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52604#M8740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then Uncheck "Enable" checkbox and try With only this Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52604#M8740</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-04-04T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52605#M8741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Sem título.jpg" class="jive-image image-1" src="/legacyfs/online/198450_Sem título.jpg" style="height: 216px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52605#M8741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52606#M8742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198452_Capture.PNG" style="height: 230px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52606#M8742</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-04T13:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52607#M8743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now It is working.&lt;/P&gt;&lt;P&gt;I deleted &lt;SPAN style="color: #800000; font-family: Helvetica;"&gt;Current Phase&lt;/SPAN&gt; column in my Excel file, and created it from scratch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52607#M8743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: COUNT with multiple conditions</title>
      <link>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52608#M8744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now It is working. &lt;/P&gt;&lt;P&gt;I deleted &lt;SPAN style="color: #800000; font-family: Helvetica;"&gt;Current Phase&lt;/SPAN&gt; column in my Excel file, and created it from scratch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/COUNT-with-multiple-conditions/m-p/52608#M8744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T13:14:51Z</dc:date>
    </item>
  </channel>
</rss>

