<?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 with null values in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535649#M200151</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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt; 25000"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesArea&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 17:30:06 GMT</pubDate>
    <dc:creator>santharubban</dc:creator>
    <dc:date>2014-01-20T17:30:06Z</dc:date>
    <item>
      <title>count with null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535644#M200146</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;How to explain this... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I have a problem counting with null values...&lt;BR /&gt;My issue is that when null values appears in my pivot table, i cannot use the count() function...&lt;/P&gt;&lt;P&gt;What I want to do, &lt;STRONG&gt;is to count how many sales areas where I sales over a fixed value&lt;/STRONG&gt; (25000)...&lt;/P&gt;&lt;P&gt;Chart 1 shows values over 25000 with the following expression: sum(If(SalesAmount&amp;gt;25000, SalesAmount))&lt;/P&gt;&lt;P&gt;In Chart 2 I would like to count how many with the following expression: If(SalesAmount&amp;gt;25000, count(SalesArea))&lt;/P&gt;&lt;P&gt;My problem is that I get a null value (yellow marked) because of the "hidden" amount which is under Transport... that is removed cause of my condition with fixed price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/51750_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my attached qvw-file.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can someone tell me why this happens, and maybe suggest a solution that will resolve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 11:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535644#M200146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-20T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: count with null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535645#M200147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;u have not taken 'SalesAmount' as your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find attached Qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;harshal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 11:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535645#M200147</guid>
      <dc:creator />
      <dc:date>2014-01-20T11:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: count with null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535646#M200148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please used Set Analysis in chart....&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;SalesAmount={"&amp;gt;25000"}&amp;gt;}SalesAmount)&lt;/P&gt;&lt;P&gt;Count({&amp;lt;SalesAmount={"25000"}&amp;gt;}SalesArea)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 11:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535646#M200148</guid>
      <dc:creator />
      <dc:date>2014-01-20T11:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: count with null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535647#M200149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with the expression&lt;/P&gt;&lt;P&gt;count(If(SalesAmount&amp;gt;25000, SalesArea))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 11:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535647#M200149</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-20T11:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: count with null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535648#M200150</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 adding SalesAmount as a dimension. Attached is the sample qvw. See the difference if you enable and disable the salesamount dimension as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 12:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535648#M200150</guid>
      <dc:creator />
      <dc:date>2014-01-20T12:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: count with null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535649#M200151</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;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesAmount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt; 25000"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SalesArea&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 17:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-with-null-values-in-chart/m-p/535649#M200151</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2014-01-20T17:30:06Z</dc:date>
    </item>
  </channel>
</rss>

