i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica

Answer Posted / jayachandra

use expression transformation here take two variable ports
one varaible port as v_sal and one more variable port as
o_sal and assign as o_sal=o_sal+sal
and write condition csum as

iif(sal=v_sal,o_sal+sal,o_sal)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

During the running session, output files are created by informatica server. Enlist few of them.

628


What is event and what are the tasks related to it?

708


What is meant by incremental aggregation?

668


Is it possible to revert a global repository to local one and why?

718


What are the steps involved in the migration from older version to newer version of Informatica Server?

1687






What are the tasks that source qualifier perform?

722


What is substr in informatica?

791


define galaxy repository in informatica

1825


How is union transformation utilized?

677


How to improve the performance of a session using sorter transformation?

792


Why update strategy and union transformations are active?

693


One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?

1870


COM components can be used in Informatica

1985


How many dimensions are there in informatica?

721


What is a repository manager?

739