<?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: Different type of null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770199#M717066</link>
    <description>&lt;P&gt;NULL is a special construct within many databases / programming tools and does mostly not include missing/empty values. Therefore worked isnull() only by real null(). In many cases is no differencing between the various kinds of NULL necessary / needed and therefore you could usually apply a simple check on the length like:&lt;/P&gt;&lt;P&gt;len(trim(FIELD))&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 12:24:25 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-12-23T12:24:25Z</dc:date>
    <item>
      <title>Different type of null</title>
      <link>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770155#M717063</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have different type of nu in my data whihc i am not able to handle properly one or the other keep missing .&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my data I have empty cell some is described as null and some are described within bracket (null) i dont know how do i handle this .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I treid cinverting in the script like belo&amp;nbsp;&lt;/P&gt;&lt;P&gt;If (isnull(ID),'null') as ID&amp;nbsp;&lt;/P&gt;&lt;P&gt;but this is missing (null)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can please someone help me wiht this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 10:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770155#M717063</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-12-23T10:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Different type of null</title>
      <link>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770166#M717064</link>
      <description>&lt;P&gt;Before raise concern please read blogs from existing via google. anyway, you can try many ways only thing whether you have real null values or not?&lt;/P&gt;&lt;P&gt;If (isnull(ID),'null') as ID&amp;nbsp;&lt;/P&gt;&lt;P&gt;If (Len(ID)=0,'null') as ID&amp;nbsp; etc.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 10:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770166#M717064</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-23T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Different type of null</title>
      <link>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770198#M717065</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp; sure&amp;nbsp; will search for existing blog&amp;nbsp; for future concerns .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confused when u say&amp;nbsp; "Check wheather null values do exist " what exactly do you you mean by this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 12:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770198#M717065</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-12-23T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Different type of null</title>
      <link>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770199#M717066</link>
      <description>&lt;P&gt;NULL is a special construct within many databases / programming tools and does mostly not include missing/empty values. Therefore worked isnull() only by real null(). In many cases is no differencing between the various kinds of NULL necessary / needed and therefore you could usually apply a simple check on the length like:&lt;/P&gt;&lt;P&gt;len(trim(FIELD))&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 12:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-type-of-null/m-p/1770199#M717066</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-12-23T12:24:25Z</dc:date>
    </item>
  </channel>
</rss>

