<?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: How to ignore empty cells with count function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137730#M761634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I pasted that in there and it didn't work. It still shows the total rows, not the total rows that aren't blank. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 13:54:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-14T13:54:48Z</dc:date>
    <item>
      <title>How to ignore empty cells with count function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137728#M761632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a column that is Won_Job_ID that is empty unless an estimate was scheduled into an actual job. I want to do a Count of the Won_Job_ID column that ignores empty cells so I can just see how many estimates were scheduled into jobs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&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/How-to-ignore-empty-cells-with-count-function/m-p/137728#M761632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore empty cells with count function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137729#M761633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on whether your fields are actually empty or contains a 0 or similar, use one of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(not isnull(Won_Job_ID),Won_Job_ID))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(if(Won_Job_ID&amp;lt;&amp;gt;0,Won_Job_ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137729#M761633</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-08-14T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore empty cells with count function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137730#M761634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I pasted that in there and it didn't work. It still shows the total rows, not the total rows that aren't blank. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137730#M761634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore empty cells with count function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137731#M761635</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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt; Won_Job_ID = {"*"}&amp;nbsp; &amp;gt;} Won_Job_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt; Won_Job_ID = {&lt;LI&gt;}&amp;nbsp; &amp;gt;} Won_Job_ID)&lt;/LI&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt; Won_Job_ID = {[=Len(Trim(Won_Job_ID))&amp;lt;&amp;gt;0]}&amp;nbsp; &amp;gt;} Won_Job_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137731#M761635</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-14T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore empty cells with count function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137732#M761636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the one with 0 but replace with ' ' instead to indicate a blank.It all depends on how the data looks which we haven't seen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-empty-cells-with-count-function/m-p/137732#M761636</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-08-14T13:56:40Z</dc:date>
    </item>
  </channel>
</rss>

