---
tags: goal
---
# <% tp.file.title %>

## Related Projects

```dataview
TABLE
	target AS "Target",
	goal AS "Goal",
	deadline as "Deadline",
	complete as "Complete"
FROM "01 Action/02 Projects"
WHERE goal = [[<% tp.file.title %>]]
SORT complete DESCENDING
```