I want to have one filter where i search the name from table1 or table 2.
I've seen solutions but only with the data load editor, which we dont want to use if possible, because we are using the data manager 😕 Is there any way to do it in the frontend?
In sql it would be a simple ... where Table1.Name = X or Table2.Name = X