Is it possible to do date range search on a field with Null values??
I want to select all records even if the field is empty. If it value is Null then internally it should check the end date with the current date. If the current date is within the range it should display the record.
Trying to figure this out for so long but was unable to do that.
Any help will be much appreciated.
Thanks in advance