<?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 Nulls in the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227305#M79416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do it from expression you can do it with a conditional:&lt;/P&gt;&lt;P&gt;If (FIELD &amp;lt;&amp;gt; NULL)&lt;/P&gt;&lt;P&gt;Your expresion.&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;If you are going to do a SUM in your expression:&lt;/P&gt;&lt;P&gt;SUM ( {1 - $&amp;lt; FIELD = {NULL}&amp;gt;} FIELD)&lt;/P&gt;&lt;P&gt;Maybe if you explain us a little more about your question we can help you more.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Orlando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 20:01:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-04T20:01:42Z</dc:date>
    <item>
      <title>Nulls in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227301#M79412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends...&lt;/P&gt;&lt;P&gt;how do I delete nulls in the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have date field, with null values (in expression).. Can I delete they??&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 18:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227301#M79412</guid>
      <dc:creator />
      <dc:date>2010-10-04T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Nulls in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227302#M79413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigoreis:&lt;/P&gt;&lt;P&gt;In the properties of the chart on the tab dimensions, you have to check the option "Supress when value is null", i think this may work to you. Tell us if it was your answer.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Orlando&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 19:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227302#M79413</guid>
      <dc:creator />
      <dc:date>2010-10-04T19:29:37Z</dc:date>
    </item>
    <item>
      <title>Nulls in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227303#M79414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need delete nulls in the expression, in tab expression...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 19:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227303#M79414</guid>
      <dc:creator />
      <dc:date>2010-10-04T19:54:47Z</dc:date>
    </item>
    <item>
      <title>Nulls in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227304#M79415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically you should not have a date as an expression - it would rather be a dimension (with the solution made by Orlando). In an expression you might wish to see results of an aggregation, like MAX(MyDate) - but this will ignore NULLs.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 19:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227304#M79415</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-10-04T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Nulls in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227305#M79416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do it from expression you can do it with a conditional:&lt;/P&gt;&lt;P&gt;If (FIELD &amp;lt;&amp;gt; NULL)&lt;/P&gt;&lt;P&gt;Your expresion.&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;If you are going to do a SUM in your expression:&lt;/P&gt;&lt;P&gt;SUM ( {1 - $&amp;lt; FIELD = {NULL}&amp;gt;} FIELD)&lt;/P&gt;&lt;P&gt;Maybe if you explain us a little more about your question we can help you more.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Orlando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nulls-in-the-expression/m-p/227305#M79416</guid>
      <dc:creator />
      <dc:date>2010-10-04T20:01:42Z</dc:date>
    </item>
  </channel>
</rss>

