Editing the Filter

Hello, I am trying to adjust the filters so that each dropdown does not contain all the child objects. I only want the main entity to be filtered by a dropdown

I don’t want any of the crossed objects on my filter tool, for it to be less cluttered up

image

the filter should just bring out the items in that entity
image

Hello @arturoams,

You could try to use Filter#setPropertiesFilterPredicate method in Java code or exclude, excludeProperties, excludeRecursively XML attributes to exclude properties from the condition tree (documentation).

Regards,
Gleb