<?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: NullAsValue not working? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415702#M695905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NULLDISPLAY= NA; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or SET NULLDISPLAY= 'NA';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 16:39:17 GMT</pubDate>
    <dc:creator>shree909</dc:creator>
    <dc:date>2013-05-28T16:39:17Z</dc:date>
    <item>
      <title>NullAsValue not working?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415700#M695903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some very straightforward code that should work but simply doesn't:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13697584941901481" jivemacro_uid="_13697584941901481"&gt;&lt;P&gt;NULLASVALUE *;&lt;BR /&gt;SET NullValue ='NA' ;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM&lt;BR /&gt;MyFile.qvd&lt;BR /&gt;(qvd); &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code executes without errors as shown in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13697585017013494" jivemacro_uid="_13697585017013494"&gt;&lt;P&gt;05/28/2013 11:20:51 AM: 0034&amp;nbsp; NULLASVALUE *&lt;BR /&gt;05/28/2013 11:20:51 AM: 0035&amp;nbsp; SET NullValue ='NA' &lt;BR /&gt;05/28/2013 11:20:51 AM: 0038&amp;nbsp; LOAD&lt;BR /&gt;05/28/2013 11:20:51 AM: 0039&amp;nbsp;&amp;nbsp; *&lt;BR /&gt;05/28/2013 11:20:51 AM: 0058&amp;nbsp; FROM&lt;BR /&gt;05/28/2013 11:20:51 AM: 0059&amp;nbsp; MyFile.qvd&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it has no effect whatsoever if you look at the attached picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&amp;nbsp; I have exactly the same problem on two different computers, running QlikView 11.00 SR2 and 11.20 SR1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 16:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415700#M695903</guid>
      <dc:creator>kevinpintokpa</dc:creator>
      <dc:date>2013-05-28T16:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415701#M695904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Optimised QVD loads do not reprocess the data within the QVD row by row and &lt;/P&gt;&lt;P&gt;thus it will not apply the NullValue to the data. To get around this you must &lt;/P&gt;&lt;P&gt;force an unoptimised load of the QVD. You can add the WHERE clause to get around this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue;"&gt;FROM &lt;/STRONG&gt;myfile.qvd (&lt;SPAN style="color: blue;"&gt;qvd&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue;"&gt;WHERE &lt;/STRONG&gt;1=1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 16:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415701#M695904</guid>
      <dc:creator />
      <dc:date>2013-05-28T16:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415702#M695905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NULLDISPLAY= NA; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or SET NULLDISPLAY= 'NA';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 16:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415702#M695905</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-05-28T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415703#M695906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton!&amp;nbsp; This was driving me crazy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 20:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/415703#M695906</guid>
      <dc:creator>kevinpintokpa</dc:creator>
      <dc:date>2013-05-28T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/1630402#M695907</link>
      <description>&lt;P&gt;GREAT DUDE&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 10:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working/m-p/1630402#M695907</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2019-10-02T10:02:45Z</dc:date>
    </item>
  </channel>
</rss>

