<?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: Null() issue? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764221#M271663</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;In straight table i am using this expression like avg(Sal)&lt;/P&gt;&lt;P&gt;how cani achieve this if i have null values.the avg vl count the null value count also so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 09:25:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-09T09:25:25Z</dc:date>
    <item>
      <title>Null() issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764218#M271660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have source application and target appliaction.while testing two applications the avg(Sal) is not coming correctly.&lt;/P&gt;&lt;P&gt;assume that in target some null values added extra compare to source.&lt;/P&gt;&lt;P&gt;so it will take avg means all the count of null values right?&lt;/P&gt;&lt;P&gt;how can i achieve it?&lt;/P&gt;&lt;P&gt; both sum(sal) is same value in source app and target app.&lt;/P&gt;&lt;P&gt;but Avg(sal) is not correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764218#M271660</guid>
      <dc:creator />
      <dc:date>2015-03-09T09:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Null() issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764219#M271661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Avg() disregards null values. You have alternative to use to include them, try your own formula for the same like:&lt;/P&gt;&lt;P&gt;Sum(Amt)/ Count (yourDim)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764219#M271661</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-03-09T09:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Null() issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764220#M271662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this in the script or in a chart in the dashboard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764220#M271662</guid>
      <dc:creator>chrislofthouse</dc:creator>
      <dc:date>2015-03-09T09:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Null() issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764221#M271663</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;In straight table i am using this expression like avg(Sal)&lt;/P&gt;&lt;P&gt;how cani achieve this if i have null values.the avg vl count the null value count also so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764221#M271663</guid>
      <dc:creator />
      <dc:date>2015-03-09T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Null() issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764222#M271664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you positive it is nulls creeping into the calculation and not zero values, it would make more sense if it was the latter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764222#M271664</guid>
      <dc:creator>chrislofthouse</dc:creator>
      <dc:date>2015-03-09T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null() issue?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764223#M271665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the attached example, is this what you require?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-issue/m-p/764223#M271665</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-09T09:53:10Z</dc:date>
    </item>
  </channel>
</rss>

