hi,there is a scenario like.
there are three columns empid,salmonth, sal contains the values 101,jan,1000
101 feb 1000 like twelve rows are there then my required out put is like
contains 13 columns empid jan feb marc.......dec and the velues are
101 1000 1000 1000 like this . thank you

Answer Posted / mukesh

make 13 columns and add expression transformation and as
out and put the conditions like MAX(if(month='jan',sal)),
same for other months. very simple...

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is different between the data warehouse and data mart?

626


How do you remove duplicate records in informatica? And how many ways are there to do it?

703


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

626


Performance tuning( what you did in performance tuning)

1483


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

1460






Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?

770


How big was your fact table

1308


What are the main features of Oracle 8i with context to datawarehouse?

1673


How can we remove the duplicates from flat file source?

571


How can one identify whether mapping is correct or not without connecting session?

870


What is the Rank index port in Rank transformation?

666


What is a grid in Informatica?

605


What can we do to improve the performance of informatica aggregator transformation?

610


Tell me any other tools for scheduling purpose other than workflow manager pmcmd?

716


What is mapping debugger?

568