I am fairly new to Crystal Reports although I use T-SQL on a regular basis. Can anyone tell me what the syntax is for selecting records that have a null value for a particular date field? I don't see anything in the select expert that would give me the option of selecting null values. The closest I could come was
not ({EComp.EmDateEnd} in AllDatesToToday)
but that didn't return any records and I know there are records. Thanks!
not ({EComp.EmDateEnd} in AllDatesToToday)
but that didn't return any records and I know there are records. Thanks!