Tuesday, 1 April 2014

How to load cumulative salary in to target in informatica?

Solution:
Using var ports in expression we can load cumulative salary into target.

Mapping Overview:

 

Expression Conditions:

v1=sal+sal_v
sal_v=sal
cummulative_out=v1

Below snapshot shows the Expression TF condions



2 comments:

  1. Above logic doesn't work
    Instead of sal_v=sal, use sal_v=v1
    It will work

    ReplyDelete
  2. V_sal=sal+v_sal
    O_sal=v_sal
    U check once this query.

    ReplyDelete