wat transf shud i use to achieve this

id sal id sal sum
src-1 20 tgt 1 20 40
1 20 1 20 40
2 15 2 15 35
2 20 2 20 35

Answers were Sorted based on User's Feedback



wat transf shud i use to achieve this id sal id sal sum src-1 20 tgt 1 20 40 ..

Answer / uma

Source -> SQ -> Agg T/F to get sum (group by id) -> Joiner (to join SQ and output of aggr transformation) -> Target

Is This Answer Correct ?    7 Yes 1 No

wat transf shud i use to achieve this id sal id sal sum src-1 20 tgt 1 20 40 ..

Answer / rk

Use analytical function if source is database..
SELECT ID, SAL, SUM(SAL) OVER (PARTITION BY ID) AS SUM from table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?

2 Answers   TCS,


How can you display only hidden files in UNIX

4 Answers   Cognizant, L&T,


how to declare array in plsql?

1 Answers  


Clarify the utilization of aggregator cache record?

0 Answers  


What are the out put files that the informatica server creates during the session running?

2 Answers  






can we see default group,when we use router?if yes how?

2 Answers   L&T,


What is primary and backup node?

0 Answers  


Is it possible to update the target table with PK?

1 Answers   TCS,


whats the option in informatica 7 version is outdated in informatica 8 version onwards.

1 Answers   iGate,


What is Code Page Compatibility?

1 Answers  


What is active and passive transformation?

10 Answers  


how to move the mappings from your local machine to claint place?

2 Answers  


Categories