we r using aggregator with out using groupby?

Answers were Sorted based on User's Feedback



we r using aggregator with out using groupby?..

Answer / satya

If we use Aggregator without using group by option we will
get only one row from source. It is a default charater of
Informatica.

e.g If there are 20 rows in the source table and only
using SQ and followed by Aggregator then target table then
the target table will be populated by the last row coming
from teh source table.

Is This Answer Correct ?    47 Yes 3 No

we r using aggregator with out using groupby?..

Answer / dl

answer #1 is correct

Is This Answer Correct ?    18 Yes 1 No

we r using aggregator with out using groupby?..

Answer / amedela chandra sekhar

If you are using groupby the integration service produces
one row for each group, if you do not use groupby the
integration service returns one row(last row) for all input
rows.







chandumba2005@gmail.com

Is This Answer Correct ?    4 Yes 0 No

we r using aggregator with out using groupby?..

Answer / srikanth nallapati

if we are not using group by also u get the result from agg
traceformation but u get only one one total column result

Ex:deptno sal
10 1000
20 3000
30 4000
10 5000
in aggr trance i am not use group by but i create one new
column like sum_of_sal here logic implementation is sum(sal)
this sum sal is linked with target table then u get result
as like above description.... if u try to send more then
one column from this aggre tranc means it's fail..

i think it's work....

Is This Answer Correct ?    1 Yes 1 No

we r using aggregator with out using groupby?..

Answer / public

understand question
why we r using aggregator with out using groupby?

Is This Answer Correct ?    0 Yes 2 No

we r using aggregator with out using groupby?..

Answer / naresharavetis

if u use aggregator t/r without using group by function u
get one summirized result but group by option allows u get
deatil result.
for example .without using groupby u want see a releince
store sales .u will get sales of whole store but when uuse
group by u get imtemized sales result
storecode itemname sales
101 vegetable 500
101 vegetables 700
101 electronics 5000
101 electronics 10000
101 cooldrinks 200
101 cooldrinks 500

result without groupby: store sales:17400
result with groupby: vegetables sales :1200
electronics sales: 15000
cooldrinks sales: 700

Is This Answer Correct ?    4 Yes 19 No

we r using aggregator with out using groupby?..

Answer / neeraj

By default aggregator does group by on each of the input
port so if 50 distinct rows are coming all will pass
through it..

Is This Answer Correct ?    3 Yes 23 No

Post New Answer

More Informatica Interview Questions

If no. of source columns is changing every time (First time it is 10 next time it is 20 so on). How to deal with it without changing mapping?

9 Answers  


What do you mean by filter transformation?

1 Answers  


State the limitations where we cannot use joiner in the mapping pipeline?

1 Answers  


What is the Difference between sorter and aggregator?

2 Answers  


what is data driven in informatica

5 Answers   IBM,


Hi All can anyone tell me where i will get Informatica training in Mumbai?

3 Answers  


Q. In source area, it is use complex query we have using 5 to 10 table we has been join now all join clolumn having indexes but still we having performance issue. how to fix the performnce issue of the query.

0 Answers  


There are 4 flat files with number of records as indicated below. Which files should be picked first for joining using joiners so as to get best performance. File A - 1000 records File B - 100 records File c - 10000 records File D - 10 records Please explain. Thanks and Regards,

1 Answers   Amdocs,


hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.

10 Answers  


explain abt ur project architecture?

1 Answers   Anthem, DELL, IBM, TCS, Wipro,


Hey I am net to informatica? Can any one explain me step by step How scd will work ?

1 Answers   Infosys,


If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?

2 Answers  


Categories