Recently completed WC377 and upon reconciling to the solution provided, i notice 10 records did not reconcile even though they had the exactly same values in all fields. I noticed this was due to 1 column having a DOUBLE data type, which is not recommended. However, the recommendation states that both columns must be DOUBLE while joining and that is the case. So then, shouldn't these rows be correctly returned by the join instead of being spit out in the L and R outputs??
Again, the values (as far as what we can see in the screen) are exactly the same. Thanks!