Empower Replace function
Posted: Sun May 11, 2014 6:09 am
I am trying to replace a null value for Amount with Not Detected. I did it in 2 steps:
REPLACE(amount,-9999)
ENUM( ........., EQ(amount,-9999)
In the translation table, "Not Detected" is the value of the enumerated custom field. However, when the peak is missing, amount does not get the value -9999 and the enumerated custom field does not equal, "Not Detected". I thought replace will assign a new value when the field equals Null.
What am I doing wrong?
Thanks,
AA
REPLACE(amount,-9999)
ENUM( ........., EQ(amount,-9999)
In the translation table, "Not Detected" is the value of the enumerated custom field. However, when the peak is missing, amount does not get the value -9999 and the enumerated custom field does not equal, "Not Detected". I thought replace will assign a new value when the field equals Null.
What am I doing wrong?
Thanks,
AA