Table(A) rate/deduction data for each employee. Each employee has mutiple rows of data. The employee ID is integer column.
Table(B) list of employee ID
how do I retreive the list of rows from table(A) based upon the list of employee from table(B)?
Should I be using lookup transformation or fuzzy lookup transformation? Any advise is appreciated. Thanks.
Jimmy