Hi Team,
Need your help, I need to change amount from negative to positive and positive amount to negative. Basically need the amount in opposite value.
Thanks!
Why don't you just multiple by -1?
[Field] * -1
@j_acon It works! Thank you