[Filtering] Search for NULL

(filters should get a tag here on community :smile: )

Right, so I’d like to be able to do ( startDate is null || startDate > now ) . Any chance this can be done (already?) :slight_smile:

If you check the checkbox below the filter input, that should work.

I do not think so…

The filter I would like to make:
done = false && dueDate < 'now+3d' && ( startDate is null || startDate > now )

I do not think that is achieved using the checkmark…

gotcha, in that case the checkbox won’t solve your problem. I’ve added an item to the backlog to add null filters.

1 Like

Much appreciated! That will help!