Filter Date Fields by Nil values
I have a form with a date field called "confirmed". I would like to set up a view where results are filtered by an empty or nil value for the date field. I have tried to set custom == "" which failed silently and nil apparently is not a primative construct in the deluge scripting syntax. Is there any efficient way to filter form objects with a nil date field?