If condition=empty value then .. else ..

data1maths
data1maths New Altair Community Member
edited November 5 in Community Q&A

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

Tagged:

Best Answer

  • Telcontar120
    Telcontar120 New Altair Community Member
    Answer ✓

    Try using the MISSING function instead in your IF condition.

Answers

  • Telcontar120
    Telcontar120 New Altair Community Member
    Answer ✓

    Try using the MISSING function instead in your IF condition.