Skip to content

Showing tasks due next week and beyond #490

Answered by therden
dcoales asked this question in Q&A
Discussion options

You must be logged in to vote

@dcoales wrote: "Is there any to get a single block that shows all tasks due in 7 days time and thereafter?"

I've found that using weeks terms in Tasks query filters sometimes produces different results than I'd expected -- so I use days instead when filtering items by the week.

If you want all tasks due in 7 days or thereafter, then use

```tasks
not done
due after in 6 days
```

But if what you meant was all tasks due 7-13 days from today (the week after the week that starts today), then use

```tasks
not done
due after in 6 days
due before in 15 days
```

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@therden
Comment options

@schemar
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by schemar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants