<?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: Get 3 Year 7 days future data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200336#M2856</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;any help please &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 10:59:33 GMT</pubDate>
    <dc:creator>joe86</dc:creator>
    <dc:date>2018-11-30T10:59:33Z</dc:date>
    <item>
      <title>Get 3 Year 7 days future data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200335#M2855</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to compare date with 3years future date.&lt;/P&gt;&lt;P&gt;Basically, I need to compare if the incoming date is lesser/greater than (current day+3yrs 7days) of future date. For example, if the incoming date is 20/dec/2021, i need to check if this is greater than (&lt;SPAN&gt;current day+3yrs 7days = 7/dec/2021). how to achieve this in tMap?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone please help me in this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 10:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200335#M2855</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-11-30T10:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 Year 7 days future data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200336#M2856</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;any help please &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 10:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200336#M2856</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-11-30T10:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 Year 7 days future data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200337#M2857</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmNAAW"&gt;@joe86&lt;/A&gt;,you can add the 3years 7days as shown in below in tmap.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;TalendDate.addDate(TalendDate.addDate(TalendDate.getCurrentDate() ,7,"dd"),3,"yyyy")&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;for comparison you should do below way.&lt;/P&gt; 
&lt;P&gt;TalendDate.compareDate(row2.date1 ,row2.date2 )==1 if it 1 means date1 is grater than date2,if it is -1 means date1 is less than date2,if it is 0 means date1 is equal to date2. you can do all these in tMap.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 11:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200337#M2857</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-11-30T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 Year 7 days future data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200338#M2858</link>
      <description>&lt;P&gt;does&amp;nbsp;&lt;SPAN&gt;20/dec/2021 + 3 year + 7 days ==&amp;nbsp;7/dec/2021 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;may be&amp;nbsp;27/dec/2021?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you can use this formula in tMap&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;TalendDate.addDate(TalendDate.addDate(TalendDate.getCurrentDate(),3,"yyyy"),7,"dd")&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;replace &lt;/SPAN&gt;&lt;SPAN&gt;TalendDate.getCurrentDate() with your own date column&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 11:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200338#M2858</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-11-30T11:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 Year 7 days future data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200339#M2859</link>
      <description>&lt;P&gt;--&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 11:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200339#M2859</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-11-30T11:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get 3 Year 7 days future data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200340#M2860</link>
      <description>thanks. Its CurrentDate+3yrs+7days.</description>
      <pubDate>Fri, 30 Nov 2018 12:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-3-Year-7-days-future-data/m-p/2200340#M2860</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-11-30T12:15:27Z</dc:date>
    </item>
  </channel>
</rss>

