Like this? https://docs.mendix.com/refguide/reference-selector#xpath-constraints
Thanks for the answer.
Indeed this solution could work but I will have to create association between all the object I want to use in my drop down selectors and the Object I want to display.
Actually it is not the case in my Data model.
wirh my previous example: I have an association between Manufactuer and Model and an association between Model and Options… So It cannot work without creating an association between Options and Manufacturer and I would like to avoid creating these associations;
My real datamodel is much more complicated the my example
You are looking for the constrained by function. See the documentation here: https://docs.mendix.com/refguide7/reference-selector#constrained-by
Regards,
Ronald
[EDIT]
See this part