<?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: Include Null Values Setting in Charts, equivalent for a formula? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667499#M50344</link>
    <description>&lt;P&gt;-&amp;gt; With NULL values, you can simple count the overall customers like below&lt;/P&gt;&lt;P&gt;=count(distinct CustomerID)&lt;/P&gt;&lt;P&gt;-&amp;gt; If you want to count the values excluding NULL for specific dimension, you can use something like below&lt;/P&gt;&lt;P&gt;=count(distinct {&amp;lt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;={"=len(trim(&lt;STRONG&gt;Dimension&lt;/STRONG&gt;))"}&amp;gt;}CustomerID)&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2020 19:36:25 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-01-20T19:36:25Z</dc:date>
    <item>
      <title>Include Null Values Setting in Charts, equivalent for a formula?</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667422#M50337</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In a bar chart I am counting my Customers per Dimension. In this bar chart I am using the "Include null values" Setting (it is unticked) which can be found under "Dimension".&lt;/P&gt;&lt;P&gt;In a textbox / KPI I also would like to count my customers. Unfortnately there is not such a setting to include / exclude null values. This means both figures are not matching :(.&lt;/P&gt;&lt;P&gt;Do you know how to achieve, that in a expression / formula the null values are not taken into consideration?&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;chriys&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667422#M50337</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Include Null Values Setting in Charts, equivalent for a formula?</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667440#M50338</link>
      <description>&lt;P&gt;It depends on whether values are null or blank; add set analysis to your KPI&lt;/P&gt;&lt;P&gt;{&amp;lt;Value -= {""}&amp;gt;}&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;{&amp;lt;Value = {"*"}&amp;gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 16:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667440#M50338</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-20T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Include Null Values Setting in Charts, equivalent for a formula?</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667499#M50344</link>
      <description>&lt;P&gt;-&amp;gt; With NULL values, you can simple count the overall customers like below&lt;/P&gt;&lt;P&gt;=count(distinct CustomerID)&lt;/P&gt;&lt;P&gt;-&amp;gt; If you want to count the values excluding NULL for specific dimension, you can use something like below&lt;/P&gt;&lt;P&gt;=count(distinct {&amp;lt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;={"=len(trim(&lt;STRONG&gt;Dimension&lt;/STRONG&gt;))"}&amp;gt;}CustomerID)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 19:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1667499#M50344</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-20T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Include Null Values Setting in Charts, equivalent for a formula?</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1668677#M50484</link>
      <description>&lt;P&gt;Hello Krush,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please explain your Set analysis formula?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;=count(distinct {&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;SPAN&gt;={"=len(trim(&lt;/SPAN&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;SPAN&gt;))"}&amp;gt;}CustomerID)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would think that&amp;nbsp;&amp;nbsp;=len(trim(&lt;STRONG&gt;Dimension&lt;/STRONG&gt;)) just gives back the length of the Dimension? thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 22:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Null-Values-Setting-in-Charts-equivalent-for-a-formula/m-p/1668677#M50484</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2020-01-23T22:12:45Z</dc:date>
    </item>
  </channel>
</rss>

