Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Sysntaxis Error on Expression Date_diff and Time_diff
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
You need to call date_diff like this:
date_diff([M1 Inicio], [M1 Final], ...)
The attribute names can't be quoted with the single quotes you're using, only with [].
You can click attribute names in the list on the right side, they will be inserted correctly by Generate Attributes.
Regards,
Balázs1
Answers