<?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 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-values/m-p/213786#M67445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John!!&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;DIV style="padding:0.6em;"&gt;I have followed your advice and I have used len() function and woks fine!!&lt;/DIV&gt;&lt;DIV style="padding:0.6em;"&gt;I`m new using qlkview so don`t understand yuor first solution&lt;/DIV&gt;&lt;DIV style="padding:0.6em;"&gt;NullAsValue *; at the beginning of the scrip. (before 'Load' i belive)&lt;/DIV&gt;&lt;P&gt;Can you expalin me how it works??&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 20:02:21 GMT</pubDate>
    <dc:creator>francis_gr</dc:creator>
    <dc:date>2010-09-23T20:02:21Z</dc:date>
    <item>
      <title>Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values/m-p/213784#M67443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI!!&lt;/P&gt;&lt;P&gt;In access you can do a filter if you want that fields with null values doesn.t show.&lt;/P&gt;&lt;P&gt;Expresions in access like not null, &amp;lt;&amp;gt;null or null if you want to show only fields with null values.&lt;/P&gt;&lt;P&gt;In qlikvew doesn`t work so how can I do filters with null values qlikview (script, dimensions an expresions)??&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 14:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values/m-p/213784#M67443</guid>
      <dc:creator>francis_gr</dc:creator>
      <dc:date>2010-09-22T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values/m-p/213785#M67444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure what you're asking. Maybe try using this at the beginning of your script. It might be what you're looking for:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;By default, nulls are excluded from the normal associative logic, so can't be selected in list boxes and so on. You can turn this feature on for specific fields by listing them, or for all fields by using *. I've actually never used it, so hopefully I'm not getting it wrong here.&lt;/P&gt;&lt;P&gt;You can also detect nulls explicitly. There's an isnull() function, but it doesn't work well in 64-bit as I recall, so I recommend using the len() function instead. If len(field)=0, then the field is null. So you could, for intance, put something like this in your script, in a dimension, or in an expression:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(len(field),field,'Null') as field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 01:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values/m-p/213785#M67444</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-23T01:59:27Z</dc:date>
    </item>
    <item>
      <title>Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values/m-p/213786#M67445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John!!&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;DIV style="padding:0.6em;"&gt;I have followed your advice and I have used len() function and woks fine!!&lt;/DIV&gt;&lt;DIV style="padding:0.6em;"&gt;I`m new using qlkview so don`t understand yuor first solution&lt;/DIV&gt;&lt;DIV style="padding:0.6em;"&gt;NullAsValue *; at the beginning of the scrip. (before 'Load' i belive)&lt;/DIV&gt;&lt;P&gt;Can you expalin me how it works??&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 20:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values/m-p/213786#M67445</guid>
      <dc:creator>francis_gr</dc:creator>
      <dc:date>2010-09-23T20:02:21Z</dc:date>
    </item>
  </channel>
</rss>

