<?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: Date filter in the load editor in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34639#M790850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this one, but I get an error that says: "YEAR": invalid identifier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 12:00:33 GMT</pubDate>
    <dc:creator>pascaldijkshoor</dc:creator>
    <dc:date>2018-02-05T12:00:33Z</dc:date>
    <item>
      <title>Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34633#M790844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a date filter for loading data in the load editor. I have tried several where clauses but all didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column name is SHIPMENT_DATE and the date format is for example: 1/23/2016 12:00:00 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to include only the data from 2017 and 2018, could someone help me with this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34633#M790844</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34634#M790845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Table Where SHIPMENT_DATE &amp;gt;= 'Your Date Format' and SHIPMENT_DATE &amp;lt;= 'Your Date needed';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34634#M790845</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-01T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34635#M790846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this way as well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SHIPMENT_DATE &amp;gt;='2017/01/01 00:00:00'; (check ur date data format if u have any issue)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34635#M790846</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2018-02-01T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34636#M790847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but both solutions do not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 07:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34636#M790847</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-02-02T07:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34637#M790848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Where Year(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SHIPMENT_DATE ) &amp;gt;= 2017;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If the above script is not working then SHIPMENT_DATE field should be in text format in your source table. In that case you can try,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt;"&gt;&lt;STRONG&gt;Where Year(Date#(SHIPMENT_DATE,'M/DD/YYYY hh:mm:ss TT'))&amp;nbsp; &amp;gt;= 2017;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 20:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34637#M790848</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-02T20:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34638#M790849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you looking for dynamic script, you can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vYear = Year(Addyears(Today(),-1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Where Year(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;SHIPMENT_DATE ) &amp;gt;= $(vYear);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 20:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34638#M790849</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-02T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34639#M790850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this one, but I get an error that says: "YEAR": invalid identifier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 12:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34639#M790850</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-02-05T12:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34640#M790851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are fetching data from Oracle. If thst is the case, you can try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000; font-size: 29.4281px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Where Extract( Year From SHIPMENT_DATE ) &amp;gt;= 2017;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34640#M790851</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-05T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34641#M790852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your are loading data before preceding load as in Sql Source then use Cast fund as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;where Cast(SHIPMENT_DATE as date) between '01-Jan-2017' and '05-Jan-2018'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 18:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34641#M790852</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2018-02-05T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34642#M790853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you doing this in the main script when you can do this in the table properties. What table are you using? Please specify the format in the number tab. &lt;/P&gt;&lt;P&gt;Basic Date Format - date#(date,'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 20:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34642#M790853</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-05T20:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34643#M790854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to reduce the amount of rows, therefore i want to add the filter in the main script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 11:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34643#M790854</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-02-09T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date filter in the load editor</title>
      <link>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34644#M790855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately this did not work as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 11:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-filter-in-the-load-editor/m-p/34644#M790855</guid>
      <dc:creator>pascaldijkshoor</dc:creator>
      <dc:date>2018-02-09T11:39:56Z</dc:date>
    </item>
  </channel>
</rss>

