Hello there,
I would need to join 2 datasets, with the following rules;
Data 1 column 'File Reference' = Data 2 column 'File Reference'
AND
Data 1 column 'LC Amount' is within +/- 50% of Data 2 column 'LC Amount'.
In other words if Data 1 'LC Amount' is 1000,00CHF and Data 2 'LC Amount' is 1200,00CHF, the records should be included in the joined records.
If Data 1 'LC Amount' is 150,00CHF and Data 2 'LC Amount' is 1200,00CHF, the records should not be joined.
I tried searching the forum but couldn't find anything similar.
Thanks and best regards,
Carlos77