I have a contacts table and an account table that are related. In this screen, the user will have a view of all contacts, but they can filter according to the selected account. I know that it's possible to add a metadata filter for text columns. But is it also possible for columns that are related to another table? If possible, without code.

