Hi
I am using Aggregator on source table to choose the record having max SeqNo. Then, based on the StartTime & EndTime Column values of this perticular chooen record, I have to get set up records of certain table in target.
So, I did a look up (on target table) and did link the ports from the Aggregator. LookUp condition was kept as RecordDate ( the LKP column) >= StartDate (from Aggre)
and RecordDate <= EndDate.
Now, I am geting only one record retrieved in such case though there are thousands in target table fo this time range.
I believe LookUp (on target) is not the right option in my case as it gives back LastValue /FirstValu matched record or so ......
Then, what would be the way to handle this (geting target table reords for this range)
Thanks