Filtering rows that have empty field

Kaitsu
Kaitsu Member Posts: 22
I am trying to filter all the rows from table that has empty date field.
I tried this:
recTable.SETFILTER("Export date", '');
but looks it just resets the filter and returns all the rows.
Is it possible to filter rows with empty date (or string) field at all?

Comments