Find matches between two DATs

Hi all,

This should be simple, but can’t get my head around it.

I have two row indexed DAT´s with values. They do not hold the same amount of rows.
How would you find the matches between the two DATs?

Thanks a lot! :slight_smile:

There are likely many ways to solve this depending on how you want to define matches between the two.

I’m assuming you want to check if there are occurrences of any of the values in one table in another. If so, a fairly easy way to do this is with a selectDAT and an expression that uses the contents of one dat as the input values.

1 Like

A “little” late on this one. But, thank you, this solved it! :slight_smile: