use CUME(Amt) function
Login to rate this answer.
samba@galla
Answered On : Aug 25th, 2011
in,expression tranformation ,
use cum(amt) in numeric functions
Login to rate this answer.
Mahesh
Answered On : Jan 29th, 2012
Cumulative sal in Informtica write the expression t/r
create a variable port : v_cume_sal=v_cume_sal+sal
output port : o_cume_sal=v_cume_sal
or
function cume(sal)
Login to rate this answer.
In Expression t/r
Create one variable Port v_cum_sal=v_cuma_sal+sal
output port o_cum_sal=v_cum_sal
Login to rate this answer.
Create a variable port : v_cume_sal=v_cume_sal+amt
output port : o_cume_sal=v_cume_sal
Login to rate this answer.