I have an entity with a field that references another entity and I want to filter for values that are NULL (unset). I can create a filter component with a combo box but If I select the “blank” item in the list then the filter component it treats it as removing that field from from the where clause. How do I filter for NULL values?
I am using JMix 1.4
Thank you