Flipping the sign on data after calc script runs
Summary
Flipping the sign on data after calc script runsContent
Hi There -
I have a business need to make any negative number as te result of my calculation, a positive number.
What is the easiest way to do this on a set of data?
Essentially I was thinking something like this:
IF @ISMBR(member)<0
Member=Member * -1;
Is that a good approach?
Thanks!
0