Null date check in OQL

0
Hi All, I’m trying to write an OQL where i need to check if a date value is empty or not.  However, startDate != empty, gives an error that cannot resolve path part ‘empty’. If anyone is aware about this then please let me know. Thanks in advance. 
asked
1 answers
0

Try startDate != null

answered