<?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: Expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800350#M1049560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both are same...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If(IsNull(ID), FORTRUE, FORFALSE)&lt;/P&gt;&lt;P&gt;IsNull(ID) means any ID having NULL() values.... This will return some values.... &lt;BR /&gt;as Simen replied, all Non_Zero numbers are true in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 13:44:46 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-11-10T13:44:46Z</dc:date>
    <item>
      <title>Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800346#M1049556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between the two expressions mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if(isnull(ID),'N/A',ID)&lt;/P&gt;&lt;P&gt;2. if(isnull(ID)=-1,'N/A',ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the isnull function return some value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800346#M1049556</guid>
      <dc:creator />
      <dc:date>2014-11-10T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800347#M1049557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expressions are equal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any non-zero number in qlikview is evaluated as "True".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The isnull() function returns -1 (True) or 0 (false). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800347#M1049557</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-11-10T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800348#M1049558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for such a quick reply.. &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, 10 Nov 2014 13:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800348#M1049558</guid>
      <dc:creator />
      <dc:date>2014-11-10T13:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800349#M1049559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. if(isnull(ID),'N/A',ID)&amp;nbsp;&amp;nbsp; -&amp;nbsp; if id filed is having null values then returns N/A&amp;nbsp; other wise it returns id&lt;/P&gt;&lt;P&gt;2. if(isnull(ID)=-1,'N/A',ID&amp;nbsp;&amp;nbsp; --&amp;nbsp; here when isnull(id)=-1&amp;nbsp; when id field is having null values then only expression true&amp;nbsp; , if it is true returns N/A&amp;nbsp; otherwise id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isnull function:&lt;/P&gt;&lt;P&gt;isnull(expr)&amp;nbsp;&amp;nbsp; -&amp;nbsp; returns&amp;nbsp; -1(true) otherwise 0(false)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800349#M1049559</guid>
      <dc:creator />
      <dc:date>2014-11-10T13:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800350#M1049560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both are same...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If(IsNull(ID), FORTRUE, FORFALSE)&lt;/P&gt;&lt;P&gt;IsNull(ID) means any ID having NULL() values.... This will return some values.... &lt;BR /&gt;as Simen replied, all Non_Zero numbers are true in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/800350#M1049560</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-10T13:44:46Z</dc:date>
    </item>
  </channel>
</rss>

