<?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 How to filter Null Values in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665178#M537963</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;Please find the attached excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to filter the null values alone in edit script.(Date Not Filled Records in attached excel file). &lt;/P&gt;&lt;P&gt;Kindly help me on this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2014 14:41:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-06T14:41:41Z</dc:date>
    <item>
      <title>How to filter Null Values in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665178#M537963</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;Please find the attached excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to filter the null values alone in edit script.(Date Not Filled Records in attached excel file). &lt;/P&gt;&lt;P&gt;Kindly help me on this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 14:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665178#M537963</guid>
      <dc:creator />
      <dc:date>2014-10-06T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter Null Values in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665179#M537964</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;You can use where IsNull(Date) = true() to bring all the values that the Date are null;&lt;/P&gt;&lt;P&gt;Or where IsNull(Date) = false() to bring the oposite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 14:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665179#M537964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter Null Values in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665180#M537965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As above, this will only bring in the rows of data where Date is not null:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ItemNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/SPAN&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where not IsNull(Date);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 14:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-Null-Values-in-Script/m-p/665180#M537965</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-06T14:58:11Z</dc:date>
    </item>
  </channel>
</rss>

