Jmix 1.4.4 - Add Dependencies Between Filter Conditions

Hi everyone,

Is it possibile in jmix to select the list of values of an entity parameter based on the value of another parameter? With cuba you can use the “Param Where” section in the editor of a condition, but in jmix it’s not present.
For example: I have a table that shows all the rooms, and i want to filter them by floor and building. If I select a building, I want to see only the floors of that building.
In cuba:
filter_config

Hello,

Jmix does not have this functionality. I created a ticket:

For now, you can create a filter with a custom component programmatically.
https://docs.jmix.io/1.x/jmix/1.5/ui/vcl/components/filter.html#creating-filter-programmatically

Or implement your task using PropertyFilter:
https://demo.jmix.io/sampler/#main/6/sample?id=propertyfilter-customfield

Regards,
Nikita