The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Dealing with Missing Dates
JEdward
RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 578 Unicorn
Hi,
I'm trying to replace missing (NULL) values in a date field with today's date.
I first tried a GenerateAttributes operator using IF(MIssing(fieldname),date_now(),fieldname), but this threw a syntax error.
Anyone have any suggestions?
Thanks
I'm trying to replace missing (NULL) values in a date field with today's date.
I first tried a GenerateAttributes operator using IF(MIssing(fieldname),date_now(),fieldname), but this threw a syntax error.
Anyone have any suggestions?
Thanks
0
Answers
try this: Regards,
Marco