jawahar
Answered On : Jan 30th, 2006
we can use, but the update flag will not be remain.but we can use passive transformation
Login to rate this answer.
sangeetha
Answered On : Feb 1st, 2006
I guess no update can be placed just before to the target qs per my knowledge
Login to rate this answer.
Shanmugam
Answered On : Jul 5th, 2006
You can use aggregator after update strategy. The problem will be, once you perform the update strategy, say you had flagged some rows to be deleted and you had performed aggregator transformation for all rows, say you are using SUM function, then the deleted rows will be subtracted from this aggregator transformation.

2 Users have rated as useful.
Login to rate this answer.
Amit Gaikwad
Answered On : Jul 26th, 2012
Its a drawback of aggregator , we cant use after update strategy
Login to rate this answer.
what will be if the flag will be Insert and SUM in the agggregator T/R?
Login to rate this answer.
MAHESH MANAM
Answered On : Aug 16th, 2012
We can but the results may change what you are expecting in output
Login to rate this answer.