You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
I have a Goals DB. I've been trying to figure out how to have a column which shows related Projects (files tagged #project where the goals:: field contains the current row and status:: = Active.
How can I accomplish this? I've tried a formula column, but I can't even get the basic relation to work... I tried various forms of this: ${db.dataview.pages("#project").where(p => p.goals && p.goals.path.includes(row.__file__.name))}