Hey all… I’m beating my head against the wall.
I have a document with 2 tables. Call them Customers (i.e. companies) and Contacts. I have a lookup column on the Contacts table that allows me to select from one of the “Companies Name” column in the “Customers” table.
I have created a Page where I want to show only the “Contacts” from “Customer.Company Name”.
I have a Page with a dropdown control called “Customer Master Filter” where I select the “Customer: Company Name” using
list(Customers.[Company Name])
I’m trying to create a filter on the “Contacts” table using an interactive filter with the control “Company Master Filter”. No Luck… All results are filtered out.
I’ve tried the following syntax for a customer filter:
thisRow.[Company Name].matches([Customer Master Filter])
![]()
Same deal… no luck… all results are filtered out.
Any ideas?