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
I have a flat file, want to reverse the contents of the flat file
How to generate or load values in to the target table based on a column value using informatica etl tool.
How we can create indexes after completing the load process?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
How to update source definition?
difference between informatica 8.1.1 and 8.6
list out all the transformations which use cache?
What is a pre-defined event and user-defined event?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
Describe data concatenation?
4 yrs etl devloper roles and responsibilities?any body give solutions
How many transformations can be used in mapplets.
What is the use of transformation?
What is the function of look up transformation?
Explain in detail scd type 2 through mapping.