Hello,
I've got a problem with the function "set filter to". I have a dataset which includes a date field. For some records this date field is filled, for other it's empty. Now i only want to show the records where this date field is empty, so i was thinking of doing this with a filter since i need the other records later on.
Currently i have something like this:
set filter to mydatefield == ctod('') in mytable
But this doesn't work for some reason because i still see records which have their datefield filled.
Can someone please help me with this ?
P.S. I allready searched here on this forum and with google but can't the right answer.
I've got a problem with the function "set filter to". I have a dataset which includes a date field. For some records this date field is filled, for other it's empty. Now i only want to show the records where this date field is empty, so i was thinking of doing this with a filter since i need the other records later on.
Currently i have something like this:
set filter to mydatefield == ctod('') in mytable
But this doesn't work for some reason because i still see records which have their datefield filled.
Can someone please help me with this ?
P.S. I allready searched here on this forum and with google but can't the right answer.