formula task count #638
Answered
by
RafaelGB
DannyHatcher-Git
asked this question in
Q&A
-
Is there a way to get a total for tasks todo/completed for a file? I know the rollup allows it, and I can have a list of the tasks but I just want the number. My guess is a formula could do it but I am not sure how. |
Beta Was this translation helpful? Give feedback.
Answered by
RafaelGB
Dec 1, 2022
Replies: 2 comments 5 replies
-
There is not a direct way to obtain that number, but you can use dataview ${db.dataview.page(row.__file__.path).file.tasks.length} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
DannyHatcher-Git
-
if i want it to measure todo tasks, how would i edit it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is not a direct way to obtain that number, but you can use dataview