<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411928#M806338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes satti its working fine now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 09:24:13 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2017-10-23T09:24:13Z</dc:date>
    <item>
      <title>IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411922#M806332</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;&lt;/P&gt;&lt;P&gt;below link i checked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.packtpub.com/mapt/book/big_data_and_business_intelligence/9781782179733/9/ch09lvl1sec74/replacing-isnull" title="https://www.packtpub.com/mapt/book/big_data_and_business_intelligence/9781782179733/9/ch09lvl1sec74/replacing-isnull" target="_blank"&gt;Mapt - Developer skills delivered&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am bit confused on below ISnull scenario&amp;nbsp;&amp;nbsp; Can anyone give some clarification on this?&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt; Country,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(IsNull(Sales), 0, Sales) As Sales&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp; Country, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; USA, 1020&lt;/P&gt;&lt;P&gt;&amp;nbsp; UK, 965&lt;/P&gt;&lt;P&gt;&amp;nbsp; Germany, &lt;/P&gt;&lt;P&gt;&amp;nbsp; France, 890&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i&amp;nbsp; use --- &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; If(IsNull(Sales), 0, Sales) As Sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this condition still giving same results&amp;nbsp; if not also same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;how it is used?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411922#M806332</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411923#M806333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inline load is like text file, it can't contain NULL values. If you want to get the impact of NULL in inline load try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Set NullInterpret = '';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Country,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; If(IsNull(Sales), 0, Sales) As Sales&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Country, Sales&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; USA, 1020&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; UK, 965&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Germany,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; France, 890&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411923#M806333</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-23T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411924#M806334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Alt() that returns the first non-null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(IsNull(Sales), 0, Sales)&amp;nbsp; ==&amp;nbsp; Alt(Sales,0) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411924#M806334</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-10-23T08:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411925#M806335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&amp;nbsp; Tresesco &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working as expcected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411925#M806335</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-10-23T09:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411926#M806336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks vineet &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411926#M806336</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-10-23T09:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411927#M806337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should define null value then it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411927#M806337</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-10-23T09:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411928#M806338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes satti its working fine now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull/m-p/1411928#M806338</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-10-23T09:24:13Z</dc:date>
    </item>
  </channel>
</rss>

