Your software
My Mautic version is: 2.15.3
My PHP version is: 7.1.33
Your problem
My problem is:
Lets say I have a custom Boolean which says “Phone Customer” Yes/No
i would like to filter a segment that should contain all customers that have Phone Customer = NO, or Phone Customer= EMPTY (meaning they have no value for that boolean)
I already found a solution if I want to filter only those with no value by making two conditions:
Phone Customer does not equal YES
and
Phone Customer does not equal NO
However now I need it to include both “NO” and No value