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 / chandra mouli

You will take Expression Transfermation.
In Expression Editon you can write lke this
sum(months) and group by month.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is olap (on-line analytical processing?

647


What is data caches/ index caches?

617


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1660


What are the performance considerations when working with aggregator transformation?

678


How an expression transformation differs from aggregator transformation?

628






Define mapplet?

627


How to join three sources using joiner?

575


Explain the tuning lookup transformation - informatica

615


Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.

1854


What is meant by a domain?

632


Define filter transformation?

628


Explain pushdown optimization $pushdownconfig parameter - informatica

704


What is a dimensional model?

584


-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?

4988


State the differences between sql override and lookup override?

629