Hi,
Thanks for your reply.
Actually, I don't have any more this problem for varchar. This is how I fixed it for varchar columns:
– modify the database columns' default to '' instead of NULL (doesn't work on text type)
alter table
alter column set Default ''
– modify all values of all columns that contain a NULL value, and set it to the new default's one
update
– insert a space in the filter's entry, and press enter to get the results.
Now, the filter is ok for selectable values (I added a ; :Nothing in the values list), for text and for varchar values. I still can't perform this kind of search on dates (all cells that don't contain dates).
ps1 :