up::[[obsidian plugin dataview]]
title::"count tasks completed in a file"
#s/obsidian 
---
 - simple solution :
     - `= length(filter(this.file.tasks.completed, (t) => t = true))` tasks completed
     - `= length(filter(this.file.tasks.completed, (t) => t = true))` / `= length(filter(this.file.tasks.task, (t) => t = true))` tasks completed
 - with html styling : 
     - `= ""`
 - with minimal's `