Skip to content
Discussion options

You must be logged in to vote

Using flatten you can do the following to get a list of completed tasks

table task
flatten file.tasks as task
where task.completed = true

If you want to calculate a value though you'll want to look at javascript api

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by M-bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #230 on July 29, 2021 07:04.