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
If condition=empty value then .. else ..
data1maths
Member Posts: 27 Contributor II
Hello everyone,
I've generated an new attribute in a way that:
if([Date-time attribut]!="","A","B")
Yet it gives me as result just the A value even though non empty values occur in the Date-time attribut.
Thank you in advance.
Best regards
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
Try using the MISSING function instead in your IF condition.
2