Hi
i have a custom entity and an attribute that is a multi-enum.
I'd like to search rows that have this attribute "empty".
How can i do that?
When adding my filter, i cannot select "empty" attribute but only select some of the known values of this multi enum
Thanks for your help
Regards
PS: for Enum (and not Multi-enum), it's possible to have a "any of.. / None of .." and select empty

For multi enum: i have directly the known values but none of these functions (any of, none of ..)

i have a custom entity and an attribute that is a multi-enum.
I'd like to search rows that have this attribute "empty".
How can i do that?
When adding my filter, i cannot select "empty" attribute but only select some of the known values of this multi enum
Thanks for your help
Regards
PS: for Enum (and not Multi-enum), it's possible to have a "any of.. / None of .." and select empty
For multi enum: i have directly the known values but none of these functions (any of, none of ..)
Comment