<?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 Null as value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018469#M466764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using 'Null as Value' function in load script and applying it in all fields.&amp;nbsp; Is there an easy way to apply in all and exclude some? &lt;/P&gt;&lt;P&gt;Today I know that if you want some fields to be filled with null you just apply null as value on them, but for debugging purposes I would like to go excluding some of fields from this function. For example, take the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;drop field 'value' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 11:22:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-18T11:22:35Z</dc:date>
    <item>
      <title>Null as value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018469#M466764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using 'Null as Value' function in load script and applying it in all fields.&amp;nbsp; Is there an easy way to apply in all and exclude some? &lt;/P&gt;&lt;P&gt;Today I know that if you want some fields to be filled with null you just apply null as value on them, but for debugging purposes I would like to go excluding some of fields from this function. For example, take the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;drop field 'value' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018469#M466764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T11:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Null as value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018470#M466765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use NullAsNull to disable the NullAsValue for some fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//This enables NullAsValue for all fields except FieldA en FieldB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;NullAsNull FieldA, FieldB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load some data&lt;/P&gt;&lt;P&gt;MyTable&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldA, FieldB, FieldC, FieldD&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MySource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Enable NullAsValue for all fields again&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NullAsValue *;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 18:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018470#M466765</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-18T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null as value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018471#M466766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;NullAsValue&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;NullAsNull&lt;/STRONG&gt; functions to manipulate the null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 18:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018471#M466766</guid>
      <dc:creator />
      <dc:date>2016-01-18T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null as value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018472#M466767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helped a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got another question: &lt;A href="https://community.qlik.com/thread/199471"&gt;including lastworkdate in a chart&lt;/A&gt; &lt;BR /&gt;Any help would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 19:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-as-value/m-p/1018472#M466767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T19:04:18Z</dc:date>
    </item>
  </channel>
</rss>

