I have entity with field "DateEnd" that is not required.
I want to make query with query designer to filter all items with "DateEnd" field les than value (eg.:"2016-06-01") or empty value for "DateEnd"
I know that I can add value filter with: Attribute=EndDate, Value=2016-06-01, Operator='<='
to get all items with "DateEnd" entered, but then items with not entered date are missing.
Is posible to make query in designer to return me also this items with date null values?
Edited:
If I "chain" value filters I can get "AND" operation for filters, but how "OR" operator can be done?