Page 1 of 1

Calculation

Posted: Tue Aug 23, 2011 2:18 am
by js_j
Hi,

I want to calculate the follows:

D= A-B-C .

where A = a+b
B=(e+r+t+p)
C=(t+y+p+u).

I have used aggregator for the B and C values.

kindly let me know.

thanks,
JJ.

Re: Calculation

Posted: Tue Aug 23, 2011 5:58 am
by peddakkagari
Take three stage variables A,B,C
and calculate column D using the logic : D= A-B-C .

Or why can't you do the calculation directly as below
D=a+b-e-r-t-p-t-y-p-u