<?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 null handling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149077#M634187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at the file i attached where i wan to eliminate nulls in date fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jun 2016 19:10:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-19T19:10:51Z</dc:date>
    <item>
      <title>null handling</title>
      <link>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149077#M634187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at the file i attached where i wan to eliminate nulls in date fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 19:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149077#M634187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-19T19:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: null handling</title>
      <link>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149078#M634188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(date))&amp;gt;0,Date)&amp;nbsp; as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to eliminate the data where date is null then have a where condition like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;from table &lt;/P&gt;&lt;P&gt;where &lt;SPAN style="font-size: 13.3333px;"&gt;len(trim(date))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 05:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149078#M634188</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-20T05:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: null handling</title>
      <link>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149079#M634189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi You can try With multiple way .. depend on your data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(Date),'Null',Date) as Date&amp;nbsp; OR&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;if(len(trim(date))&amp;gt;0,Date)&amp;nbsp; as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 05:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149079#M634189</guid>
      <dc:creator>brijeshvma</dc:creator>
      <dc:date>2016-06-20T05:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: null handling</title>
      <link>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149080#M634190</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;Load *&lt;/P&gt;&lt;P&gt;from table&lt;/P&gt;&lt;P&gt;where len(trim(Date))&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 07:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-handling/m-p/1149080#M634190</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2016-06-20T07:45:18Z</dc:date>
    </item>
  </channel>
</rss>

