Hi everybody! i have a macro with date in my process. How i can increment macro in 1 day? For example i have a date = 10.01.2013. i need date+1 = 11.01.2013 how i can do it?
Alex.
0
Answers
Marco_BoeckAdministrator, Moderator, Employee, Member, University ProfessorPosts: 1,985 RM Engineering
Hi,
you can use the Generate Macro operator for that. Have a look at the following example process.
Answers
you can use the Generate Macro operator for that. Have a look at the following example process. Regards,
Marco
as mentioned here, it's working as expected for Rapidminer version 9.3.
date_add(date_parse_custom(%{date}, "dd.MM.yyyy", "en"), 1, DATE_UNIT_DAY)