Skip to content

How to create a "Review of last weeks tasks" #1003

Answered by claremacrae
dannylevitin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dannylevitin

I still need to find out how I add a "code block" that looks past 7 days of completed tasks?
And if it's possible to sort them by date to easy find and view tasks?

Sure. Thanks for clarifying.

This tasks block shows tasks that have completion dates in the last 7 days.

```tasks
done
done after in 7 days ago
```

This one also groups them by the date on which they were done:

```tasks
done
done after in 7 days ago
group by done date
```

group by date currently only works in the order oldest date to newest... It is not possible to reverse that.

If you wanted to see the earliest completed tasks first, you could do this - but you wouldn't get any grouping:

```tasks
done
done…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@dannylevitin
Comment options

@claremacrae
Comment options

@dannylevitin
Comment options

Comment options

You must be logged in to vote
4 replies
@dannylevitin
Comment options

@Cito
Comment options

@claremacrae
Comment options

@claremacrae
Comment options

Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants