
Announcements
Hello,
I have a dropdown with 4 values, NE, NW, SE, SW. I want to use these values to filter a Gallery with addresses that contain those values, eg.
Dropdown1 Items: ["NE", "NW", "SE", "SW"]
Gallery1 Items: Filter( CDSTable, Dropdown1.Selected.Value in LookupColumn.Name)
This results in a delegation warning - any thoughts?
Greg
Perhaps the problem is with the target of the Filter being a Lookup column. It works fine for a regular text column. I am spitballing here but what if you used AddColumns() to add the value from the Lookup to your table and then filtered on it.