(filters should get a tag here on community )
Right, so I’d like to be able to do ( startDate is null || startDate > now )
. Any chance this can be done (already?)
(filters should get a tag here on community )
Right, so I’d like to be able to do ( startDate is null || startDate > now )
. Any chance this can be done (already?)
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.
Much appreciated! That will help!