In a simple mapping when i use aggregate t/r with out any
condition or group by, i am getting output as only last
record in the table . can any one explain it please.........?
Answer Posted / ankit kansal
By Default informtica finds a group on the basis of your group by check boxes and returns you last row of each group when you don't specify any group by clause then it takes whole data set as a single group and returns you the last row of that whole group...
please make me correct if i am wrong..
http://deepinopensource.blogspot.in
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is incremental aggregation?
Is stop and abort are same in informatica?
Can we create two repositories on same database instance in oracle?
Explain what are the different types of transformation available in informatica.
Whats there in global repository
How to extract sap data using informatica?
Explain how many types of dimensions are available in informatica?
What are the different transaction levels available in transaction control transformation?
How to load the data from a flat file into the target where the source flat file name changes daily?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
How to update or delete the rows in a target, which do not have key fields?
What is the way to execute pl/sql script using informatica mapping?
Does an informatica transformation support only aggregate expressions?
What are the different components of powercenter?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.