Hi,
I try to find within my dataset ( multiple fields) all negative values and tag them as [Field1] + "-E", basically using a conditional if where a value is still positive to tag it as [Field1] + "-E".
I does not work with what I am trying in multi field tool
IF [_CurrentField_]<0
THEN [_CurrentField_] && "-A"
ELSE [_CurrentField_] && "-E"
ENDIF
* incoming data is fixed decimal type
Many thanks!
M.
