Hi there, I am trying to map two datasets together but getting a "many to many" error. I am actually looking to create a one to many relationship. I want to LOOKUP a field from data block A to data block B, mapping to pair of columns.
In dataset B I have multiple rows with the same lookup value found in dataset A. I want the value to repeat in dataset B wherever there is a match. I don't want to create many to many relationships.
Any ideas? Please see attached mockup as it's probably clearer.
James - Looks like you just need to use two (or more) merge criteria inside the Merge Block:
For the first merge criteria, specify the first column to check for a match: [Account] then click 'Add merge criteria' and specify the next column to check for a match: [Campaign]
You can add as many merge criteria/columns to check as required until you eliminate the many:many and complete the merge/join.