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 ..

data1mathsdata1maths Member Posts: 27 Contributor II
edited December 2018 in Help

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

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted

    Try using the MISSING function instead in your IF condition.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.