[GH-ISSUE #652] Filter out tasks that don't have a due date? #6280

Closed
opened 2026-04-20 16:51:27 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @nickian on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/652

Is it not currently possible to use a filter to ONLY show tasks that have a due date set?

What am I missing here? Even if I have a query like this: done = false && dueDate > now I still see all of my tasks that don't have a due date assigned to them.

This seems to work fine when I go into a task and filter the table view. But it does not work with a saved filter.

Originally created by @nickian on GitHub (Apr 3, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/652 Is it not currently possible to use a filter to ONLY show tasks that have a due date set? What am I missing here? Even if I have a query like this: `done = false && dueDate > now` I still see all of my tasks that don't have a due date assigned to them. This seems to work fine when I go into a task and filter the table view. But it does not work with a saved filter.
Author
Owner

@nickian commented on GitHub (Apr 3, 2025):

Nevermind! Spoke to spoon. I had the the "include tasks without a value" box checked.

That being said, I think it would be better to add an option like this: dueDate != false vs having to do something like this dueDate > 1900.

<!-- gh-comment-id:2790391339 --> @nickian commented on GitHub (Apr 3, 2025): Nevermind! Spoke to spoon. I had the the "include tasks without a value" box checked. That being said, I think it would be better to add an option like this: `dueDate != false` vs having to do something like this `dueDate > 1900`.
Author
Owner

@kolaente commented on GitHub (Apr 9, 2025):

Glad you figured it out! There is a similar issue here: https://github.com/go-vikunja/vikunja/issues/285

I'll close this one in favor of that.

<!-- gh-comment-id:2790392060 --> @kolaente commented on GitHub (Apr 9, 2025): Glad you figured it out! There is a similar issue here: https://github.com/go-vikunja/vikunja/issues/285 I'll close this one in favor of that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6280