My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000).
In the Target I want the following EmpID, Salary,
Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103,
3000, 6000). Please guide on how to build the mapping.

Answer Posted / priyank

Var_SAL=IIF(Var_SAL=0,SAL,Var_SAL+SAL)
Out_SAL=Var_SAL

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a transaction control transformation?

759


how we can load rejected record's at run time?(not through bad files)

1904


How might you approve all mappings in the archive all the while?

596


How to start a workflow using pmcmd command?

704


what are the deliverables?in your project?

1647






if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

1751


can we override a native sql query within informatica? Where do we do it? How do we do it?

595


explain abt ur project architecture?

1751


What is a dimensional model?

574


Write the unconnected lookup syntax and how to return more than one column.

590


What is enterprise data warehousing?

604


Can you generate sequence numbers without using the sequence generator transformation?

593


What is a router transformation?

618


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

5231


What is native users?

711