<?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/432738#M161282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But seems that works well with the Dimensions but doesn't works with Expressions. The formula gives me tha total Sales Lines. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 10:47:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-19T10:47:45Z</dc:date>
    <item>
      <title>Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432732#M161276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a QlikView Newbie and I need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Straight Table with all Sales Orders and for each line I have an expression with the &lt;/P&gt;&lt;P&gt;delay shipment days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I count how many Sales Order Lines are in delay ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([Delay Days] &amp;gt; '0')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Doesn't work&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Delay Days]&amp;gt;0&amp;gt;)&amp;nbsp;&amp;nbsp; -&amp;gt; Doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Delay Days is an Expression belowing Sales Straight Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432732#M161276</guid>
      <dc:creator />
      <dc:date>2012-10-19T08:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432733#M161277</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 this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Delay Days]&amp;gt;0,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Deepak&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432733#M161277</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-10-19T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432734#M161278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is a syntax error because the comma between 0 and 1 is underlined red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M4rk0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 08:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432734#M161278</guid>
      <dc:creator />
      <dc:date>2012-10-19T08:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432735#M161279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({$&amp;lt;[Delay Days]={'&amp;gt;0'} &amp;gt; } [Sales Order Line])&amp;nbsp; ﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 09:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432735#M161279</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-19T09:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432736#M161280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How Can I identify the Sales Order Line ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 09:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432736#M161280</guid>
      <dc:creator />
      <dc:date>2012-10-19T09:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432737#M161281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea, it's your data model not mine. If you say you want to count the sales order lines with a delay &amp;gt; 0 then I assume your data model has an entity sales order line. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 09:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432737#M161281</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-19T09:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432738#M161282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But seems that works well with the Dimensions but doesn't works with Expressions. The formula gives me tha total Sales Lines. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 10:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432738#M161282</guid>
      <dc:creator />
      <dc:date>2012-10-19T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432739#M161283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you calculate delay days? Can you share the qvw document you're working on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 10:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432739#M161283</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-19T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432740#M161284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two dates&lt;/P&gt;&lt;P&gt;Working days and Solar Days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Delay Working Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Confirmation Date]&amp;lt;[Creation Date],NetWorkDays([Confirmation Date], [Creation Date]),'-' &amp;amp; NetWorkDays([Creation Date],[Confirmation Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Delay Solar Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=[Creation Date] - [Confirmation Date]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't send you the file because is gather information direct from SQL Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432740#M161284</guid>
      <dc:creator />
      <dc:date>2012-10-19T12:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432741#M161285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comments in English,&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432741#M161285</guid>
      <dc:creator />
      <dc:date>2012-10-19T12:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432742#M161286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best solution in my opinion is to calculate these two fields in the load script. That way you can use them as dimensions in a set analysis expression. It's probably better for performance too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432742#M161286</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-19T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count if</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if/m-p/432743#M161287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Gysbert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am use this exp&amp;nbsp; &lt;/P&gt;&lt;P&gt;count({$&amp;lt;[MASTER REFERENCE CATEGORY CODE]={'&amp;gt;1'} &amp;gt; } [BILL DATE]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for counting no.of days in month base and also selected rang base &lt;/P&gt;&lt;P&gt;How can i use this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 07:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if/m-p/432743#M161287</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2014-11-28T07:55:57Z</dc:date>
    </item>
  </channel>
</rss>

