Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
No Answer is Posted For this Question
Be the First to Post Answer
How will you update the row without using update statergy?
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
HOW DO YOU CONNECT TO REMOTE SERVER ?
How to load the data from people soft hrm to people soft erm using informatica?
Comment on significance of oracle 9i in informatica when compared to oracle 8 or 8i?
How IN function works in informatica? Is it similar that of oracle IN function or different? Explain
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
source file name xyz a,0,a,a,a b,b,b,0,b c,c,c,0,c target should be like this xyz a b c how to implement this?
how can you load data into target table without leading zeor's
waht is dataware house
Source as 1 1 2 2 3 3 How to get target as 1 2 3 and 1 2 3
Is it any possible to using more than one port in Unconnected Lookup Transformation( :LKP.LKP_Prod(Prod_GRP ,Prod_DT,Prod_TM) ) Like this? Pls explain...