Hello All,
I have two sets of data one labeled "New Transactions" and the other labeled "Original Transactions". What I am trying to do is find all the rows in the "New Transactions" where the transaction ID matches BUT the quantity does not match the original transactions.
I originally thought this could be done with just a join but as you can see in the sample workflow attached the left join is producing 8 rows instead of the intended 7 rows. This is because one of the transaction IDs is not in the "Original Transactions".
Any help in how to solve this would be greatly appreciated.
Thanks