Push 163 file(s) from Obsidian
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
````
|
||||
```dataview
|
||||
TABLE WITHOUT ID
|
||||
file.link AS Проект,
|
||||
Статус,
|
||||
(length(filter(file.tasks.completed, (t) => t = true))) / (length(file.tasks.text)) * 100 AS "% Завершено",
|
||||
(length(file.tasks.text)) AS Всего,
|
||||
(length(filter(file.tasks.completed, (t) => t = true))) AS Завершённых,
|
||||
(length(file.tasks.text)) - (length(filter(file.tasks.completed, (t) => t = true))) AS "Незавршенных"
|
||||
FROM #проекты
|
||||
```
|
||||
````
|
||||
Reference in New Issue
Block a user