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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is joiner transformation in informatica?

619


What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

587


Where are the source flat files kept before running the session?

614


Explain transaction control transformation in informatica

754


Explain sessions. Explain how batches are used to combine executions?

585






Explain lookup transformation in informatica

640


Explain the use of aggregator cache file?

667


Write the program through which the records can be updated?

505


What are the popular informatica products?

642


Define filter transformation?

614


I need the output file in the below format using Informatica. __0946684800__ 6 1 3 1 5 1 6 1 10 1 6 10 Pos State Time Split AgentID Reason Spaces Code in Code Spare state ______ ___ _____ ______ __________ ______ 1234 14 0 4321 3103 abcd 4321 15 5 123452 3150 Can someone help please?? We need the data in space-delimited, fixed ASCII format .

1461


What do you mean by worklet?

618


Please let me know how to make encryption and decryption with example?

1453


What are the transformations that are not supported in mapplet?

590


Explain the pipeline partition with real time example?

644