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.........?

Answers were Sorted based on User's Feedback



In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting outp..

Answer / srinivas.medagum

When the records come from SQ each record from first one
checks for the group by port but till last record it doesnot
found .So by default as the last record considered as only
record it stores in Agg T/R.

Is This Answer Correct ?    3 Yes 1 No

In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting outp..

Answer / 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

In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting outp..

Answer / naresh_infa96

If you're using Aggregator Trasnformation without using group by on any port then the aggreagtor TXNs consider whole table as one group and gives the last row as output.

Why last row as Output : by default aggregator uses MAX() function

Is This Answer Correct ?    0 Yes 0 No

In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting outp..

Answer / pooja

few options:
1. did you place any other trans before Agg t/r
2. check how many rows are comming form source.
3. run the debuger for more info

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

I have source like this 1:2;3. so i want to load the target as 123

4 Answers   HP,


Write the different tools in the workflow manager?

0 Answers  


Where do you create/define mapping parameter and mapping variable?

1 Answers  


How are the sources and targets definitions imported in informatica designer?

0 Answers   Informatica,


By using Filter Transformation,How to pass rows that does not satisfy the condition(discarded rows) to another target?

14 Answers   CSC, Emphasis,






How can informatica be used for an organization?

0 Answers  


Why touse stored procedure in ETL Application?

2 Answers  


Is there any target staging area in informatica not staging area

0 Answers   Syntel,


What if we sort the data in descending order instead of increasing order in sorter t/f and send the data in aggregator t/f is there any performance downfall? Please answer below. thank you.

4 Answers   JPMorgan Chase,


What is the method of loading 5 flat files of having same structure to a single target and which transformations I can use?

8 Answers   TCS,


Different circumstance which drives informatica server to expel records?

0 Answers  


get me the resultant input:- 1 x,y,z output:- 1 x 2 a,b 1 y 3 c 1 z 2 a 2 b 3 c

3 Answers   Infosys,


Categories