<?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: How to load null dates also while loading into report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756972#M719355</link>
    <description>&lt;P&gt;Maybe this will solve your issue&lt;/P&gt;&lt;P&gt;load * from tablename where NOT (year(date) &amp;lt;= year(today())-5) ;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 09:06:52 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-10-29T09:06:52Z</dc:date>
    <item>
      <title>How to load null dates also while loading into report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756970#M719354</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have date column with null values, using date column i have to load last 5 years records into qlikview but here its working fine but null values are excluded while loading into qlikview.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;load * from tablename&lt;SPAN&gt;&amp;nbsp; where year(date) &amp;gt;&amp;nbsp;year(today())-5;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;here i have to load null dates also into report after excluding last 5 years.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yuvaraj&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756970#M719354</guid>
      <dc:creator>gyuvaraj</dc:creator>
      <dc:date>2024-11-15T23:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to load null dates also while loading into report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756972#M719355</link>
      <description>&lt;P&gt;Maybe this will solve your issue&lt;/P&gt;&lt;P&gt;load * from tablename where NOT (year(date) &amp;lt;= year(today())-5) ;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756972#M719355</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-29T09:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to load null dates also while loading into report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756976#M719356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Applied same but its excluding null values but am expecting last 5 year records with null values too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuvaraj&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756976#M719356</guid>
      <dc:creator>gyuvaraj</dc:creator>
      <dc:date>2020-10-29T09:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to load null dates also while loading into report</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756977#M719357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/101900"&gt;@gyuvaraj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am not sure, why u need to load null dates also.&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;load * from tablename&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; where (year(date) &amp;gt;&amp;nbsp;year(today())-5 or Len(Trim(date))=0);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-null-dates-also-while-loading-into-report/m-p/1756977#M719357</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-29T09:14:19Z</dc:date>
    </item>
  </channel>
</rss>

