<?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 Blank and show in KPI in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579392#M42291</link>
    <description>It shows '0' as result , actually the cells are not filled (if the cells are left empty in the table are they real Nulls or Blank values??) i assume its blank values , if its blank is there any possible way to count it?</description>
    <pubDate>Mon, 13 May 2019 09:52:27 GMT</pubDate>
    <dc:creator>vpanchuda</dc:creator>
    <dc:date>2019-05-13T09:52:27Z</dc:date>
    <item>
      <title>Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1578791#M42211</link>
      <description>&lt;P&gt;I have a table with Dimensions as below and I Need to count blank in Action Plan Dimension and show it in a KPI, Can someone help me with Syntax, I am new to QLik Sense.&lt;/P&gt;&lt;P&gt;Please note it's blank it's NOT (---)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Target date&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Responsible Rep&lt;/TD&gt;&lt;TD&gt;Action Plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01-12-2019&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Renew&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02-12-2019&lt;/TD&gt;&lt;TD&gt;AJ&lt;/TD&gt;&lt;TD&gt;Swap&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;03-12-2019&lt;/TD&gt;&lt;TD&gt;RM&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;04-12-2019&lt;/TD&gt;&lt;TD&gt;AJ&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;05-12-2019&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;06-12-2019&lt;/TD&gt;&lt;TD&gt;VS&lt;/TD&gt;&lt;TD&gt;Renew&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;07-12-2019&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Close&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;08-12-2019&lt;/TD&gt;&lt;TD&gt;VS&lt;/TD&gt;&lt;TD&gt;Close&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1578791#M42211</guid>
      <dc:creator>vpanchuda</dc:creator>
      <dc:date>2024-11-16T05:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1578793#M42213</link>
      <description>Try like:&lt;BR /&gt;=Count(if(len(trim([Action Plan]))=0,[Action Plan])</description>
      <pubDate>Fri, 10 May 2019 07:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1578793#M42213</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-05-10T07:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1578940#M42231</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I am not sure whether counting the [Action Plan] field will yield any results as you cannot count Null/Blank values. What you could try doing is counting the Target Dates where the Action Plan is Null (Length without spaces is 0). Try this:&amp;nbsp;&lt;STRONG&gt;Count({&amp;lt;[Target date] = {"=Len(Trim([Action Plan]))=0"}&amp;gt;} [Target date])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you want to use&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp; 's formula you can use:&lt;/P&gt;&lt;P&gt;=Count(if(len(trim([Action Plan]))=0,[Target date]))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 12:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1578940#M42231</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-05-10T12:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579190#M42270</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/31029"&gt;@Mauritz_SA&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;.....you cannot count Null/Blank values...&lt;/P&gt;&lt;P&gt;M&lt;SPAN&gt;auritz&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Actually you can count real NULLs, using NullCount()&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 07:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579190#M42270</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-05-11T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579200#M42271</link>
      <description>&lt;P&gt;NullCount - script function&lt;/P&gt;&lt;P&gt;NullCount() returns the number of NULL values aggregated in the expression, as defined by a group by clause.&lt;/P&gt;&lt;P&gt;Syntax: NullCount ( [ distinct ] expr)&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 11:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579200#M42271</guid>
      <dc:creator>formosasol</dc:creator>
      <dc:date>2019-05-11T11:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579388#M42290</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's true, I was referring to the Count function - I guess capitalisation on my side would have made that clear.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/63094"&gt;@vpanchuda&lt;/a&gt;&amp;nbsp;I just checked and you can use&amp;nbsp;&lt;STRONG&gt;NullCount([Action Plan])&lt;/STRONG&gt; as a measure if they are real Nulls.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 09:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579388#M42290</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-05-13T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579392#M42291</link>
      <description>It shows '0' as result , actually the cells are not filled (if the cells are left empty in the table are they real Nulls or Blank values??) i assume its blank values , if its blank is there any possible way to count it?</description>
      <pubDate>Mon, 13 May 2019 09:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579392#M42291</guid>
      <dc:creator>vpanchuda</dc:creator>
      <dc:date>2019-05-13T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank and show in KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579403#M42292</link>
      <description>&lt;P&gt;The way I understand it, if there are blank values in the source table (or after a join) then they are real Nulls. I think it would be best to share a sample app&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 10:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Blank-and-show-in-KPI/m-p/1579403#M42292</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-05-13T10:11:20Z</dc:date>
    </item>
  </channel>
</rss>

