Join in column filter lookup
-
I am struggling with the limited documentation available for the App Builder. I have two tables in WP Data Access: wp_site_locations and wp_site_regions. I have created a Data Admin app for wp_site_locations and I want to restrict a table filter to display only regions from wp_site_regions that match the country selected in the wp_site_locations country filter. The field name in wp_site_locations is ‘country’, the field names in wp_site_regions are ‘Country’ and ‘Region’. I am unable to achieve this using a dynamic lookup because it removes the column from the filter, and adding a default WHERE clause, also does not seem to work. How can I achieve my desired result?
- You must be logged in to reply to this topic.