I have two tables that I need help with filtering a gallery.
Table 1 has a column called Employee Name with a list of records, example "Nicky Thomas".
Table 2 has a similar column called fullname and with almost all the records being the same, except example "Nicky Thomas-Jones".
Filtering Table 1 by Table 2 does not return "Nicky Thomas" with an in operator.
Is there any way to get the filter to work?