<?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: Change dates in Load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629592#M46873</link>
    <description>&lt;P&gt;Hi Meg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You change the date.&lt;/P&gt;&lt;P&gt;If( enddate = '1900-01-01', null(), enddate ) as endate.&lt;/P&gt;&lt;P&gt;But nowyou cant select the null() enddates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br.&lt;BR /&gt;Teis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 13:57:47 GMT</pubDate>
    <dc:creator>teiswamsler</dc:creator>
    <dc:date>2019-09-30T13:57:47Z</dc:date>
    <item>
      <title>Change dates in Load</title>
      <link>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629550#M46868</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am loading a table with two dates, "startdate" and "enddate".&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem here is that the rows that should have null value in "enddate"(rows where an end date really doesnt exist) is set to 1900-01-01 and this is now messing up my calendar obviusly. Is there a way to make every "enddate" with that specifik date set to null?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;/Meg&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 12:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629550#M46868</guid>
      <dc:creator>Meg00</dc:creator>
      <dc:date>2019-09-30T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change dates in Load</title>
      <link>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629592#M46873</link>
      <description>&lt;P&gt;Hi Meg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You change the date.&lt;/P&gt;&lt;P&gt;If( enddate = '1900-01-01', null(), enddate ) as endate.&lt;/P&gt;&lt;P&gt;But nowyou cant select the null() enddates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br.&lt;BR /&gt;Teis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629592#M46873</guid>
      <dc:creator>teiswamsler</dc:creator>
      <dc:date>2019-09-30T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change dates in Load</title>
      <link>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629597#M46874</link>
      <description>&lt;P&gt;It would appear that the value is neither null, nor zero. A date of 1900-01-01 is a number greater than 0 and less than or equal to 1. if there is no time component, then 1900-01-01 ==&amp;nbsp; a value of 1.00. You could force these values to null during your load -- something like&lt;/P&gt;&lt;P&gt;LOAD ...&lt;BR /&gt;&amp;nbsp; If (startdate &amp;lt; MakeDate(2019), null(), startdate) as startdate,&lt;BR /&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 14:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-dates-in-Load/m-p/1629597#M46874</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-09-30T14:06:27Z</dc:date>
    </item>
  </channel>
</rss>

