Converting Rows to columns
I have Relational source like his.
JAN FEB MAR APR
100 200 300 400
500 600 700 800
900 100 200 300
I need to convert these rows into columns to the targe.
MONTH TOTAL
JAN 1500
FEB 900
MAR 1200
APR 1500
Please experts help me
Answer Posted / chandu621
you will take Expression transfermation
and write expression like this
sum(months)
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How we can use union transformation?
What is lookup change?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What do you mean by filter transformation?
Whats there in global repository
How can you generate reports in informatica?
What is workflow? What are the components of the workflow manager?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
What is the Process to creating lookup transformation in informatica
What are the main issues while working with flat files as source and as targets ?
Why do we need informatica?
Can we override a native sql query within informatica?
What is lookup transformation?
What is a connected transformation?
r u done any partitions in ur project?