How to perform cummulative sum in Mapping For eg,Id Amt1 102 203 30The output should beId Amt1 102 303 60

Showing Answers 1 - 5 of 5 Answers

samba@galla

  • Aug 25th, 2011
 

in,expression tranformation ,
use cum(amt) in numeric functions

  Was this answer useful?  Yes

Mahesh

  • 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)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions