we r using aggregator with out using groupby?
Answer Posted / 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 |
Post New Answer View All Answers
How would you join a node to the already existing domain?
What is the Rank index port in Rank transformation?
Design a mapping to load the cumulative sum of salaries of employees into target table?
expain about the tune parameters?
What is a dimensional model?
How do you convert single row from source into three rows into target?
How to create a non-reusable instance of reusable transformations?
What is meant by a domain?
What does reusable transformation mean?
What is primary and backup node?
What is Index Caches size?
what is the Default Source Option For Update Strategy Transformation?
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
Explain the scenario which compels informatica server to reject files?
What are ETL Tools?