<?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 change load statement to get correct date values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731929#M1073830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 10:18:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-07T10:18:25Z</dc:date>
    <item>
      <title>How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731922#M1073823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Dateentered with values 01/01/2011 to 07/08/2014. there is one value 21/08/1899. because of this value the fiscal year is showing values from 1899,1900,1901,1902....2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write a script to load qvd with out this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TblData:&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dateentered&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM tblData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to change above load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731922#M1073823</guid>
      <dc:creator />
      <dc:date>2014-08-07T09:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731923#M1073824</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;While creation of QVD u have to use some filters and conditions for avoiding the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731923#M1073824</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-08-07T09:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731924#M1073825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TblData:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dateentered&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM tblData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Year(Dateentered) not in (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1899,1900,1901,1902&lt;/SPAN&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731924#M1073825</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2014-08-07T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731925#M1073826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I tried it but still showing same years. Is there anyway to change this? Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731925#M1073826</guid>
      <dc:creator />
      <dc:date>2014-08-07T09:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731926#M1073827</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TblData:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Dateentered= '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;21/08/1899&lt;/SPAN&gt;',null(),Dateentered) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dateentered&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM tblData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731926#M1073827</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-08-07T09:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731927#M1073828</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;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dateentered&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM tblData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Year(Dateentered) &amp;lt;&amp;gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;1899;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731927#M1073828</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-07T10:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731928#M1073829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TblData:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dateentered&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM tblData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dateentered, 'DD/MM/YYYY')&lt;/SPAN&gt; &amp;gt; date('01&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/01/1900&lt;/SPAN&gt;', 'DD/MM/YYYY')&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it will help&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Augustin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731928#M1073829</guid>
      <dc:creator />
      <dc:date>2014-08-07T10:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to change load statement to get correct date values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731929#M1073830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 10:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-load-statement-to-get-correct-date-values/m-p/731929#M1073830</guid>
      <dc:creator />
      <dc:date>2014-08-07T10:18:25Z</dc:date>
    </item>
  </channel>
</rss>

