<?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: Runtime exception: yyyy-MM-dd can't support the date! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314615#M85363</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I convert to date data type I can not compare with other date because I use String data type for all.&lt;/P&gt;&lt;P&gt;I used String data type for all date in my report because this will not cause any unparseable date error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 16:29:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-08T16:29:05Z</dc:date>
    <item>
      <title>Runtime exception: yyyy-MM-dd can't support the date!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314611#M85359</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm trying to compare two string dates in Tmap. The logic is "DCDD - Forecasted_Receipt &amp;gt;=21". I create a local variable to represent "Forecasted_Receipt+21"&amp;nbsp; so I can use "compareTo()" syntax with another string date.&lt;/P&gt; 
&lt;P&gt;the local variable I create is&amp;nbsp;TalendDate.addDate(row1.Forecasted_Receipt,"yyyy-MM-dd",21,"dd") with name "FRD21"&lt;/P&gt; 
&lt;P&gt;and I write&amp;nbsp;Var.FRD21.compareTo(row1.DCDD)&amp;lt;=0&amp;nbsp; but the output shows below error that I don't know how to fix.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 717px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxTM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157410iA2E0248B1E02BA1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxTM.png" alt="0683p000009LxTM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxTR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140917iB87168D677D0F6D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxTR.png" alt="0683p000009LxTR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 21:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314611#M85359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-07T21:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime exception: yyyy-MM-dd can't support the date!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314612#M85360</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While adding days to specific date, no need to specify date format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this : TalendDate.addDate(&lt;SPAN&gt;Forecasted_Receipt&lt;/SPAN&gt;,22,"dd") (Considering&amp;nbsp;&lt;SPAN&gt;Forecasted_Receipt is date datatype)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 22:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314612#M85360</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-07T22:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime exception: yyyy-MM-dd can't support the date!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314613#M85361</link>
      <description>Thank you!&lt;BR /&gt;For now I set string for Forcasted_Receipt so can you advise me in this situation?</description>
      <pubDate>Tue, 08 May 2018 15:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314613#M85361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T15:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime exception: yyyy-MM-dd can't support the date!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314614#M85362</link>
      <description>&lt;P&gt;If it is string then first convert string to date then add 21 days to date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 15:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314614#M85362</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-08T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime exception: yyyy-MM-dd can't support the date!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314615#M85363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I convert to date data type I can not compare with other date because I use String data type for all.&lt;/P&gt;&lt;P&gt;I used String data type for all date in my report because this will not cause any unparseable date error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 16:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314615#M85363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime exception: yyyy-MM-dd can't support the date!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314616#M85364</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is string datatype you can not add number of days. May be you can convert string to date for required field in variable ports and use those variable port for calculation or filter. Use actual string datatype ports for taget.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 16:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Runtime-exception-yyyy-MM-dd-can-t-support-the-date/m-p/2314616#M85364</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-05-08T16:46:15Z</dc:date>
    </item>
  </channel>
</rss>

