<?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 value replacement in load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274354#M102609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have to go through every variable?&amp;nbsp; This is a massive dataset.&amp;nbsp; Is there no way to define what the missing value is?&amp;nbsp; i.e. tell QV that for this document NULL = a null value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 12:15:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-12T12:15:07Z</dc:date>
    <item>
      <title>NULL value replacement in load</title>
      <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274352#M102607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a really large dataset which has been exported from SQL server to a flat file.&amp;nbsp; The Null values are assigned as 'NULL' ( a text string ).&amp;nbsp; Is there a way I can replace all instances of NULL with a blank or a system missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 11:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274352#M102607</guid>
      <dc:creator />
      <dc:date>2011-07-12T11:20:05Z</dc:date>
    </item>
    <item>
      <title>NULL value replacement in load</title>
      <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274353#M102608</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;&amp;nbsp;&amp;nbsp; For replacing any string with other string, Replace(Text, From_Text, To_Text) function is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So in your case it will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace(Field1,'NULL','') as FIeld1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 11:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274353#M102608</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-12T11:26:33Z</dc:date>
    </item>
    <item>
      <title>NULL value replacement in load</title>
      <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274354#M102609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have to go through every variable?&amp;nbsp; This is a massive dataset.&amp;nbsp; Is there no way to define what the missing value is?&amp;nbsp; i.e. tell QV that for this document NULL = a null value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 12:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274354#M102609</guid>
      <dc:creator />
      <dc:date>2011-07-12T12:15:07Z</dc:date>
    </item>
    <item>
      <title>NULL value replacement in load</title>
      <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274355#M102610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;You can replace all Nulls by putting this at the start of your load script.&lt;/P&gt;&lt;P&gt;It is very useful for debugging and data verification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NULLDISPLAY = '#Null' ;&amp;nbsp; //you can put anything in the quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Greenee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274355#M102610</guid>
      <dc:creator />
      <dc:date>2011-07-12T15:42:09Z</dc:date>
    </item>
    <item>
      <title>NULL value replacement in load</title>
      <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274356#M102611</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is not the variable its a field. And you need to say QV that search in this field for value NULL and replace it with ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274356#M102611</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-12T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: NULL value replacement in load</title>
      <link>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274357#M102612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I misread post. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NULL-value-replacement-in-load/m-p/274357#M102612</guid>
      <dc:creator />
      <dc:date>2011-07-12T15:47:16Z</dc:date>
    </item>
  </channel>
</rss>

