<?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 filter data based on dates? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368239#M131527</link>
    <description>I have some date in which we have invoice date null, So how can I NVL that?&lt;BR /&gt;&lt;BR /&gt;Say if invoice date is null then I want to check invoice_Sent_Date after 1 jan 18</description>
    <pubDate>Thu, 13 Jun 2019 10:02:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-13T10:02:53Z</dc:date>
    <item>
      <title>how to filter data based on dates?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368236#M131524</link>
      <description>&lt;P&gt;I want to filter invoice data based on invoice date greater than 1 Jan 18.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;how can i implement this using tfilter?&amp;nbsp; do i need to use advanced mode ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 08:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368236#M131524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T08:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter data based on dates?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368237#M131525</link>
      <description>&lt;P&gt;Hi Pankaj,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In advanced mode, try this :&lt;/P&gt;
&lt;P&gt;input_row.date.after( TalendDate.parseDate("yyyy-MM-dd","2018-01-01"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you put in the parseDate depends of the format of your date. Here i'ts an example.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 08:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368237#M131525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T08:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter data based on dates?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368238#M131526</link>
      <description>you may use something like that:&lt;BR /&gt;TalendDate.diffDate(Date1(), Date2(), "dd")&amp;gt;0&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2019 08:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368238#M131526</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-06-13T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter data based on dates?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368239#M131527</link>
      <description>I have some date in which we have invoice date null, So how can I NVL that?&lt;BR /&gt;&lt;BR /&gt;Say if invoice date is null then I want to check invoice_Sent_Date after 1 jan 18</description>
      <pubDate>Thu, 13 Jun 2019 10:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368239#M131527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter data based on dates?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368240#M131528</link>
      <description>(yourdate==null)?ifyes:ifnot&lt;BR /&gt;it's an inlin if in java. you can use it on tmap</description>
      <pubDate>Thu, 13 Jun 2019 12:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-filter-data-based-on-dates/m-p/2368240#M131528</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-06-13T12:53:20Z</dc:date>
    </item>
  </channel>
</rss>

