Combining data from two data schemas
Hi,
I am trying to query data from two data schemas and combine all records that exist in both but I'm struggling.
- I have a query that looks at all profiles where the email address is not empty.
- I have another query that looks at the address scheme where the address is not empty.
I then want to take both sets of data and to combine them to produce one set of data that consists of all profile email addresses who also exist within the address schema.
I have tried using an intersection activity but it falls over because the two types of inbound events are incompatible.
Can anyone advise on the best way to achieve this?
Many thanks,
Bob


