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 / sham
we can't sum aggregate function in Exp T/F.i.e it is not
possible to use sum() in expression T/F. so go through Agg T/F
....
Group by month
o/p port-------> sum(sal)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain in detail about scd type 1 through mapping.
How are the sources and targets definitions imported in informatica designer?
Is it possible to define a single node as a Gateway node as well as worker node?
What are the designer tools for creating transformations?
Differentiate between a database and data warehouse?
Explain informatica architecture - version 8 / 9
What are the new features of informatica 9.x in developer level?
Explain the informatica workflow?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
How to generate sequence numbers using expression transformation?
Is it possible to revert a global repository to local one and why?
What is the procedure for creating independent data marts from informatica 7.1?
How can a transformation be made reusable?
How we can create indexes after completing the load process?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.