<?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 Pro's / Con's: Replace Nulls with text in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424663#M700486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have heard tell that there can be advantages to replace Nulls with a text string like say '&amp;lt;Null&amp;gt;' in one's load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone advise the pro's / con's of this&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 12:21:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-12T12:21:26Z</dc:date>
    <item>
      <title>Pro's / Con's: Replace Nulls with text in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424663#M700486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have heard tell that there can be advantages to replace Nulls with a text string like say '&amp;lt;Null&amp;gt;' in one's load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone advise the pro's / con's of this&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424663#M700486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-12T12:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pro's / Con's: Replace Nulls with text in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424664#M700488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The obvious pro is that the 'null' values become selectable. A con could be presentation in tables/charts. People might find all the &amp;lt;Null&amp;gt;'s distracting. Then again you could choose another string like '..' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424664#M700488</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-12T12:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pro's / Con's: Replace Nulls with text in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424665#M700489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, there are a number of functions that will work differently - functions that normally disregards NULL, e.g. count(), only(). And you can no longer suppress NULL values in charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative is that you load the same field twice, once with NULL values and once without. The you can use different ones in different cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 13:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424665#M700489</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-11-12T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pro's / Con's: Replace Nulls with text in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424666#M700490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say that with string values it is entirely up to whether you want to see Unknown (or '- Unknown -' so it sorts to the top) in your list boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With numbers, I have seen significant performance improvements when nulls are replaced with zeros in aggregations.&amp;nbsp; Further performance gains can be obtained by doing set analysis over numeric values where you exclude zeros, eg. &lt;STRONG&gt;sum({&amp;lt;Value={'&amp;lt;&amp;gt;0'}&amp;gt;}Value) &lt;/STRONG&gt;.&amp;nbsp; Obviously, you have to be careful if you are pulling out averages etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pro-s-Con-s-Replace-Nulls-with-text-in-load-script/m-p/424666#M700490</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-11-12T13:21:13Z</dc:date>
    </item>
  </channel>
</rss>

