henry.omd
12-22-2007, 07:01 PM
Suppose I create columns A and B in MA. What I would like is a way to define a column C with the following formula
C = (A * (A+B) <= 0) ? 0 : A+B;
Obviously, I can create another indicator to do this, but it would be more convenient for me if I can do this in the MA itself.
Just a RFE. Thanks!
-Henry
C = (A * (A+B) <= 0) ? 0 : A+B;
Obviously, I can create another indicator to do this, but it would be more convenient for me if I can do this in the MA itself.
Just a RFE. Thanks!
-Henry