diff --git a/100. Managerial Pages/1. Task Dashboard.md b/100. Managerial Pages/1. Task Dashboard.md index e22fa616a..e7afcd101 100755 --- a/100. Managerial Pages/1. Task Dashboard.md +++ b/100. Managerial Pages/1. Task Dashboard.md @@ -12,7 +12,7 @@ where !completed and status != "-" and status != " " and !due -group by file.link +group by tags ``` ## Overdue ```dataview @@ -21,7 +21,7 @@ where !completed and status != "-" and status != " " and due < date(today) -group by file.link +group by tags ``` ## Next 2 Weeks ```dataview @@ -31,7 +31,7 @@ where !completed and status != " " and due > date(today) and due < date(today) + dur(2 w) -group by file.link +group by tags ``` ## On The Horizon ```dataview @@ -40,9 +40,9 @@ where !completed and status != "-" and status != " " and due > date(today) + dur(2 w) -group by file.link +group by tags ``` - + - [<] 📅 2024-09-16 - [<] 📅 2024-09-30 - [<] 📅 2024-09-01 \ No newline at end of file