<?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 isnull in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/isnull-in-Qlikview/m-p/901056#M469221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to set analysis for the straight table to get the total of revenue that got cancelled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am used is sum(if ( order_status='Cancelled' and isnull(InvoiceItemID) Revenue_USD))&lt;/P&gt;&lt;P&gt;The expression itself does not have any syntax error, but the result is way off.&lt;/P&gt;&lt;P&gt;I am wondering if there is any way to get the null values for InvoiceItemID field so that the revenue associated with those null InvoiceItems will be summed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gloria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 22:49:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-17T22:49:26Z</dc:date>
    <item>
      <title>isnull in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/isnull-in-Qlikview/m-p/901056#M469221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to set analysis for the straight table to get the total of revenue that got cancelled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am used is sum(if ( order_status='Cancelled' and isnull(InvoiceItemID) Revenue_USD))&lt;/P&gt;&lt;P&gt;The expression itself does not have any syntax error, but the result is way off.&lt;/P&gt;&lt;P&gt;I am wondering if there is any way to get the null values for InvoiceItemID field so that the revenue associated with those null InvoiceItems will be summed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gloria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 22:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/isnull-in-Qlikview/m-p/901056#M469221</guid>
      <dc:creator />
      <dc:date>2015-07-17T22:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: isnull in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/isnull-in-Qlikview/m-p/901057#M469222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field might show not NULL, but empty or blank values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A safer way to handle NULL as well as empty or blank values is &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;sum(if ( order_status='Cancelled' and l&lt;STRONG&gt;en(trim(InvoiceItemID))=0&lt;/STRONG&gt;, Revenue_USD))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 22:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/isnull-in-Qlikview/m-p/901057#M469222</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-17T22:55:41Z</dc:date>
    </item>
  </channel>
</rss>

