<?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: Isnull function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505576#M189047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See rangesum ()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 05:27:03 GMT</pubDate>
    <dc:creator>luciancotea</dc:creator>
    <dc:date>2013-07-22T05:27:03Z</dc:date>
    <item>
      <title>Isnull function</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505575#M189046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SQL serevr , I can write the query as isnull(sum(Sales) ,0.00).. means if there is null values encounters, it will display 0.00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for fuction which is similar to above example in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can write the expression as : if(isnull(sum(sales),0,sum(sales)) but my actual expression is very huge. so I cant use if condition.. so i am looking for simple one condition which will give me 0 wherever values is null..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505575#M189046</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-07-22T05:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull function</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505576#M189047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See rangesum ()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505576#M189047</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2013-07-22T05:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull function</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505577#M189048</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;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(sum(Sales) = ' ',0,sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;if(Sales= ' ',0,Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or try this in script--&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505577#M189048</guid>
      <dc:creator />
      <dc:date>2013-07-22T05:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull function</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505578#M189049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt; If you are using straight table,&lt;/P&gt;&lt;P&gt;Go to Properties-&amp;gt;Presentation-&amp;gt;select the expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be an option called Null Symbol below where you can modify in a format you want.&lt;/P&gt;&lt;P&gt;By default for Null symbol it is"-",you can modify it as 0.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for your reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 05:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function/m-p/505578#M189049</guid>
      <dc:creator>priyav24</dc:creator>
      <dc:date>2013-07-22T05:50:10Z</dc:date>
    </item>
  </channel>
</rss>

