HI!
I have two tables with the same column.
My output should be , to display record that are not exist in TABLE A ( Reference Table). thank you in advance
Solved! Go to Solution.
Join the two tables on NAME with table A as the left input and table B as the right input. The Right Output Anchor of the Join will contain the records in B that were not also in A.
thank @ScottLewis! It works.