Hi,
I have a repeating group and my data source, type “Listing”, contains a field called “Features”, which is a list of another data type called “Feature”.
My user is allowed to click checkboxes, which contain a list of every feature. This in turn adds each feature to an element state of the page called Features:
The problem I am running into is that I wish to have a constraint on the data source that only returns Listings that contain all of the checked Features in its own list of Features.
I am stuck here, because I can only check the list of Features in the Listing to see if it contains one feature, not a list of them:
Any help is greatly appreciated!