<?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: IsNull function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856237#M991094</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;Check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jul 2015 09:02:30 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2015-07-12T09:02:30Z</dc:date>
    <item>
      <title>IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856235#M991092</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;Could you please give examples &lt;STRONG&gt;IsNull&lt;/STRONG&gt; function. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 08:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856235#M991092</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-12T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856236#M991093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=IsNull( 1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will return 0 (FALSE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IsNull( 1/0 )&lt;/P&gt;&lt;P&gt;will return -1 (TRUE), due to division by zero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 09:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856236#M991093</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-12T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856237#M991094</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;Check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 09:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856237#M991094</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-07-12T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856238#M991095</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;IsNull() returns whether the given value is Null or not.&amp;nbsp; If the given value is Null it returns -1 otherwise 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-1 True, 0 for false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IsNull(Null()) - Here Null() will return Null, so IsNull() returns -1 (True)&lt;/P&gt;&lt;P&gt;IsNull('SomeValue') - Here the value given is not a null so it returns 0 (False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 02:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856238#M991095</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-13T02:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull function</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856239#M991096</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;Isnull explain's wheather valuee is available or not &lt;/P&gt;&lt;P&gt;for example you are having &lt;/P&gt;&lt;P&gt;CustDetails:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;CustomerrId,Age&lt;/P&gt;&lt;P&gt;1,20&lt;/P&gt;&lt;P&gt;2,35&lt;/P&gt;&lt;P&gt;,40&lt;/P&gt;&lt;P&gt;4,45&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Table Box with selecting CustDetails file&lt;/P&gt;&lt;P&gt;You will get a table box&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92634_Capture.JPG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;if you do isnull(CustomerrId) &lt;/P&gt;&lt;P&gt;Then click on 1 you will get 0 as output because there is a valuee for Customerrid. if you click on empty value you will get -1 as output &lt;SPAN style="font-size: 13.3333330154419px;"&gt; because there is no valuee for Customerrid.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya paleti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 07:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-function/m-p/856239#M991096</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-07-13T07:07:49Z</dc:date>
    </item>
  </channel>
</rss>

