<?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: [resolved] tFilterRow - can not filter on dates in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289282#M62679</link>
    <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;sl_date &amp;lt;= TalendDate.parseDate("MM/dd/yyyy","01/01/2002"))&lt;BR /&gt;&lt;BR /&gt;but I got error message&lt;BR /&gt;Syntax Error on token "&amp;amp;&amp;amp;", Expression expected after job ImportSalesData&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The correct expression is: 
&lt;BR /&gt; 
&lt;PRE&gt;sl_date &amp;lt;= TalendDate.parseDate("MM/dd/yyyy","01/01/2002")&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 17 Dec 2009 08:40:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-12-17T08:40:57Z</dc:date>
    <item>
      <title>[resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289279#M62676</link>
      <description>Hi there,&lt;BR /&gt;Trying to filter on a date column in v.3.2.1 but it fails with error&lt;BR /&gt;-- The method compareTo(Date) in the type Date is not applicable for the arguments (int)&lt;BR /&gt;&lt;BR /&gt;These are my comparasions&lt;BR /&gt;sl_date &amp;gt;= 01/01/2004&lt;BR /&gt;sl_date &amp;lt;= 01/31/2004&lt;BR /&gt;date format is "MM/dd/yyyy".</description>
      <pubDate>Sat, 16 Nov 2024 13:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289279#M62676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289280#M62677</link>
      <description>Hello,&lt;BR /&gt;Instead of 01/01/2004 String for your comparaison, can you try with TalendDate.parseDate("MM/dd/yyyy","01/01/2004")) ?&lt;BR /&gt;Regards,&lt;BR /&gt;SeB</description>
      <pubDate>Wed, 16 Dec 2009 10:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289280#M62677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-16T10:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289281#M62678</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hello,&lt;BR /&gt;Instead of 01/01/2004 String for your comparaison, can you try with ?&lt;BR /&gt;Regards,&lt;BR /&gt;SeB&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi samlleret, thank for reply. 
&lt;BR /&gt;I did put TalendDate.parseDate("MM/dd/yyyy","01/01/2004")) in Value field so my filter looks like this now
&lt;BR /&gt;sl_date &amp;lt;= TalendDate.parseDate("MM/dd/yyyy","01/01/2002")) 
&lt;BR /&gt;
&lt;BR /&gt;but I got error message
&lt;BR /&gt;Syntax Error on token "&amp;amp;&amp;amp;", Expression expected after job ImportSalesData</description>
      <pubDate>Wed, 16 Dec 2009 17:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289281#M62678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-16T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289282#M62679</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;sl_date &amp;lt;= TalendDate.parseDate("MM/dd/yyyy","01/01/2002"))&lt;BR /&gt;&lt;BR /&gt;but I got error message&lt;BR /&gt;Syntax Error on token "&amp;amp;&amp;amp;", Expression expected after job ImportSalesData&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The correct expression is: 
&lt;BR /&gt; 
&lt;PRE&gt;sl_date &amp;lt;= TalendDate.parseDate("MM/dd/yyyy","01/01/2002")&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 17 Dec 2009 08:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289282#M62679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-17T08:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289283#M62680</link>
      <description>Thank shong and sorry for my mistake in my copy and paste &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 17 Dec 2009 10:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289283#M62680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-17T10:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289284#M62681</link>
      <description>Well, I am getting error on tInformixInput now. 
&lt;BR /&gt;-- SQLException: Unable to build a date Object based on localized date stream representation.
&lt;BR /&gt; I derived schema out of real table and I am not sure why it fails. "Date Pattern" "MM/dd/yyyy" was default one chosen by schema builder.</description>
      <pubDate>Thu, 17 Dec 2009 17:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289284#M62681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-17T17:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289285#M62682</link>
      <description>After fixing schema issues this line worked just fine
&lt;BR /&gt;sl_date &amp;lt;= TalendDate.parseDate("MM/dd/yyyy","01/01/2002")
&lt;BR /&gt;
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 17 Dec 2009 20:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289285#M62682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-17T20:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289286#M62683</link>
      <description>I have tried below formula in tMAP, but get an expression error message.
&lt;BR /&gt;row1.DATUM &amp;gt;= TalendDate.parseDate("yyyy-MM-dd","2010-01-01")
&lt;BR /&gt;What might cause the error?</description>
      <pubDate>Tue, 03 Jun 2014 09:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289286#M62683</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-06-03T09:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289287#M62684</link>
      <description>What is datatype of row1.DATUM? 
&lt;BR /&gt;You can't compare date like this in talend.... 
&lt;BR /&gt;Check following post 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClknCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Date-comparison-in-Tmap-fails/td-p/80901&lt;/A&gt; 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 03 Jun 2014 09:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289287#M62684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-03T09:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289288#M62685</link>
      <description>Hi how can i filter one date field to today's date.&lt;BR /&gt;Can you please show using tmap and tfilter row both&lt;BR /&gt;.&lt;BR /&gt;Scenario is like:&lt;BR /&gt;Input file excel.&lt;BR /&gt;Date column in MM/dd/yyyy format</description>
      <pubDate>Tue, 23 Oct 2018 22:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289288#M62685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-23T22:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFilterRow - can not filter on dates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289289#M62686</link>
      <description>How can i filer a date to today'swhich is in format MM/dd/yyyy.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Oct 2018 23:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFilterRow-can-not-filter-on-dates/m-p/2289289#M62686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-23T23:00:09Z</dc:date>
    </item>
  </channel>
</rss>

