Dataview inline sum of inlinks with a certain status

What I’m trying to do

I am trying to use an inline dataview query to get a sum of all the incoming tasks with the #action and the status is not :ballot_box_with_check: Done where the project is the current page title.

I’d also like to have the opposite where the task is #action and the status is :ballot_box_with_check: Done where the project is the current page title.

This is what I have tried.

Total:: =length(this.file.inlinks).where(p => p["status"] == ("☑️ Done"))
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.