How to create a "Review of last weeks tasks" #1003
-
Hi All, I tried to see if I could make a page or query focusing on reviewing my week. How can I create that? (I am using Tasks on a simple page) Thank you for helping |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi, it sounds like you are looking to make a query for tasks that are |
Beta Was this translation helpful? Give feedback.
-
Sure. Thanks for clarifying. This tasks block shows tasks that have completion dates in the last 7 days.
This one also groups them by the date on which they were done:
If you wanted to see the earliest completed tasks first, you could do this - but you wouldn't get any grouping:
You can combine it with other sorting too... So for example, if you want to sort also by description, as a second sort key:
|
Beta Was this translation helpful? Give feedback.
Hi @dannylevitin
Sure. Thanks for clarifying.
This tasks block shows tasks that have completion dates in the last 7 days.
This one also groups them by the date on which they were done:
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: