Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.

Answers were Sorted based on User's Feedback



My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following E..

Answer / siva

In expression add one column and make it output(sal1) and
salary port as input only.
We will make use of a function named cume(salary) to solve
our problem, rather using any complex mapping

Is This Answer Correct ?    15 Yes 0 No

My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following E..

Answer / nirosha g

Use Expression Transformation for this.
Create variable port after the two input ports:
v_cumm_sal = v_cumm_sal+sal;
o_cumm_sal = v_cumm_sal;

Connect The ports id,sal and o_cumm_sal to target

Is This Answer Correct ?    5 Yes 0 No

My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following E..

Answer / suresh

we have a predefined function in informatica CUME()
in expression t/r. donot struggle for writing logics

Is This Answer Correct ?    4 Yes 0 No

My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following E..

Answer / rambhupal

by using variable port also we can solve this.create one variable port and output port,assign that v_count=v_count+salary,for out port o_count=v_count

Is This Answer Correct ?    1 Yes 0 No

My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following E..

Answer / 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

More Informatica Interview Questions

How might one distinguish in the case of mapping is right or not without associating session?

0 Answers  


How is union transformation utilized?

0 Answers  


what is shortcut in informatica? difference between shortcut,reusable object?

2 Answers   Virtusa,


Explain how to import oracle sequence into informatica?

0 Answers  


Why the workflow is failed after running two hours in informatica?

1 Answers   GE,


What is an Integration service in Informatica?

0 Answers  


What if the source is a flat-file?

0 Answers  


without dynamic lookup transformation how to insert new rows and update existing rows?

7 Answers   Cap Gemini,


Explain the use of aggregator cache file?

0 Answers  


What is partioning?how many types of partinings are there

2 Answers   HCL,


what is left outer join?

3 Answers   L&T,


Why we use stored procedure transformation?

4 Answers  


Categories