<?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 Handel nulls in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919463#M985934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing an issue with nulls in the report.&lt;/P&gt;&lt;P&gt;For example: when we hit a query to database, no records are fetched. So for the same query(expression) in in straight table we are able to see '0's for all dimensions with no records. Our requirement is to show, where their is no records we need to display as null in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one can suggest solution to handle nulls in the above scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 06:50:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-29T06:50:22Z</dc:date>
    <item>
      <title>Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919463#M985934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing an issue with nulls in the report.&lt;/P&gt;&lt;P&gt;For example: when we hit a query to database, no records are fetched. So for the same query(expression) in in straight table we are able to see '0's for all dimensions with no records. Our requirement is to show, where their is no records we need to display as null in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one can suggest solution to handle nulls in the above scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919463#M985934</guid>
      <dc:creator />
      <dc:date>2015-07-29T06:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919464#M985935</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;SET NullValue='&amp;lt;NULL&amp;gt;';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET NullDisplay='Null';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919464#M985935</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-07-29T06:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919465#M985936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use an if condition may be?&lt;/P&gt;&lt;P&gt;=if(YourField=0,Null(),YourField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919465#M985936</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-29T06:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919466#M985937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through this : &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt; , hopefully would solve many such issues you might fetch in future developments as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919466#M985937</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-29T07:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919467#M985938</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;NullAsValue FieldName;&lt;/P&gt;&lt;P&gt;Set NullValue='NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(FieldName=0, 'Null', FieldName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919467#M985938</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2015-07-29T07:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919468#M985939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried above 2 options, but not able to get solution.&lt;/P&gt;&lt;P&gt;If the record has not entered in db, for those we need to show as null instead of 0. Qlikview by default it is displaying as 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919468#M985939</guid>
      <dc:creator />
      <dc:date>2015-07-29T07:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Handel nulls in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919469#M985940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Field=0,Null(),Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handel-nulls-in-qlikview/m-p/919469#M985940</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-29T07:05:53Z</dc:date>
    </item>
  </channel>
</rss>

