<?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 Blanks and Non-Blanks in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125680#M8728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should count every row where [Response Measure Result] is not equal to 'PASS'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 15:38:11 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2018-09-13T15:38:11Z</dc:date>
    <item>
      <title>Count Blanks and Non-Blanks</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125677#M8725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with fields called, "Priority", "Status" and "Response SLA".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values under:&lt;/P&gt;&lt;P&gt;Priority = Emergency, Urgent , Routine, N/A&lt;/P&gt;&lt;P&gt;Status = Resolved, Closed, Inprog&lt;/P&gt;&lt;P&gt;Response SLA = Pass, Fail, (BLANK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following formula:&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Response Measure Result]={'FAIL'},[Customer Priority]={'EMERGENCY','EMERGENCY (OOH)','URGENT','ROUTINE'}&amp;gt;}[Work Order])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above formula, I want to also count the number of "blanks" under Response SLA with the other parameters remaining same. When I put, '' after Fail it does not work. Can you assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125677#M8725</guid>
      <dc:creator>leobhavin</dc:creator>
      <dc:date>2018-09-13T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blanks and Non-Blanks</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125678#M8726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ignore 'PASS' and count the rest using -=&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;&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;count({&amp;lt;[Response Measure Result]-={'PASS'},[Customer Priority]={'EMERGENCY','EMERGENCY (OOH)','URGENT','ROUTINE'}&amp;gt;}[Work Order])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125678#M8726</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-09-13T15:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blanks and Non-Blanks</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125679#M8727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...There are blanks too. Would your formula count the blanks. When I say blanks there is no data in the field &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125679#M8727</guid>
      <dc:creator>leobhavin</dc:creator>
      <dc:date>2018-09-13T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blanks and Non-Blanks</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125680#M8728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should count every row where [Response Measure Result] is not equal to 'PASS'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125680#M8728</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-09-13T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blanks and Non-Blanks</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125681#M8729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but your formula does not count the blanks or empty cells.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125681#M8729</guid>
      <dc:creator>leobhavin</dc:creator>
      <dc:date>2018-09-13T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blanks and Non-Blanks</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125682#M8730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does your data look like when the [Response Measure Result] is a blank or empty?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 15:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blanks-and-Non-Blanks/m-p/125682#M8730</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-09-13T15:49:12Z</dc:date>
    </item>
  </channel>
</rss>

