My User Type has a named "Selling Regions of Type “list of geographical locations”
I then have a repeating table on the page, showing a list of all users with some search fields at the top.
All filters at the top work, except for selling regions, which is a search box (geograpical location) type of field.
What i’m doing is, in the datasource i use a filter, to extract the city from the search box, and see if the Users selling regions field contains this city.
I just cannot get the locations filter to work
I’m thinking because i’m using contains on a list of geograpical locations, maybe thats why?
Any help would be appreciated