Is there a way to join two data streams by checking first which field will give the most matches and then doing the join?
I have two data sources, the first time I join on say CustomerID i get 79 matches, but when I match on FileID i get 92 matches, but this will not always be the case with all my reports, I want a way to check first then use the join field on either CustomerID or FileID depending on which will join more records
Thanks