Hi there,
I’m fighting with quite a simple Formula.
IF({DealType}="LIMIT_BUY",0-{Price},{Price})
DealType is a single select field that can contain LIMIT_SELL and LIMIT_BUY as an option. I think it’s clear that I want to have the Price (which is another field containing decimal number values as a negative number in this new formula field.
Problem is that even if the DealType is LIMIT_BUY the IF Statement doesn’t fire the first value, but always the second. I tried renaming fields, copying the values over to be sure to have no strange characters in there, and all that stuff. I can’t see why this Conditional doesn’t get true.
Maybe I’m just blind and overlooking things. What did I miss?
Cheers
