<?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 to 0 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143609#M374434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think NullAsValue cannot handle null values created by join. Is it possible that you are doing a join which might be creating these nulls for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 15:48:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-13T15:48:19Z</dc:date>
    <item>
      <title>Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143604#M374429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way to carry all values nulls to 0 in all fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m reading many xls. Each xls has values nulls that thrown bad results in my final formulas. Is because QlikView is not taking that values into the analysis and formulas. I would like that in my load model when qlikview find a null value.. this value be transform to 0...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 14:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143604#M374429</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-05-13T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143605#M374430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using NullAsValue&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikviewaddict.com/2012/04/handling-nulls-in-qlikview.html" title="http://www.qlikviewaddict.com/2012/04/handling-nulls-in-qlikview.html"&gt;QlikView Addict: Handling Nulls in QlikView&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;CODE&gt;&lt;SPAN style="color: blue;"&gt;NullAsValue &lt;/SPAN&gt;&lt;SPAN style="color: #990000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: blue;"&gt;SET &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;NullValue &lt;/SPAN&gt;= 0;&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 14:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143605#M374430</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143606#M374431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;SET NullValue = 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 14:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143606#M374431</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-13T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143607#M374432</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;Thank you for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Try:&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;Set NullValue = '0';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;Set NullValue = '';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;Set NullValue = '&lt;EM style="font-weight: inherit; font-size: 11px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;lt;NULL&amp;gt;'&lt;/EM&gt;&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing Happened...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143607#M374432</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-05-13T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143608#M374433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload a sample Excel file? Are these nulls really NULL and not just empty values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143608#M374433</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-13T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143609#M374434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think NullAsValue cannot handle null values created by join. Is it possible that you are doing a join which might be creating these nulls for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143609#M374434</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-13T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143610#M374435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Empty Values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the first post (Image) The spaces are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to fill up with 0 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143610#M374435</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-05-13T15:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null to 0</title>
      <link>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143611#M374436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answers is no... Im readind the base directly from xls. There is no join and nothing about it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-to-0/m-p/1143611#M374436</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-05-13T15:52:25Z</dc:date>
    </item>
  </channel>
</rss>

