While I realize this is a very old thread, I wanted to share that I can select rows from an external MS SQL Server DB that have a certain DateTime field as NULL by using this syntax in my aggregate's filter:
DateTimeToText(TableName.ColumnName) = NullTextIdentifier()
Hope this helps someone in the future! :-)