If condition=empty value then .. else ..


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 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635
Unicorn
Try using the MISSING function instead in your IF condition.
2