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

Explain pmcmd command usage in informatica

0 Answers   Informatica,


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

2 Answers   L&T,


What is session task and command task?

0 Answers  


performance tuning of Informatica

1 Answers  


what is the difference between stop and abort?

3 Answers   TCS,






How do you handle two sessions in Informatica

0 Answers   Informatica,


why we use source qualifier transformation?

16 Answers   Accenture,


Define sessions in informatica etl?

0 Answers  


write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000 can anybady help me to achieve the aboue result by using informatica. thanks in advance.

5 Answers  


Define enterprise data warehousing?

0 Answers  


LOOKUP Condition is nothing but a Join condition? What type of join condition it,by default ? Using the LookUP Condition How many types of relational conditions we can make ?

6 Answers  


CAN WE IMPLEMENT SCD TYPE 1 AND SCD TYPE 2 IN SAME MAPPING? IF SO HOW?

6 Answers  


Categories