79680494

Date: 2025-06-26 12:34:46
Score: 0.5
Natty:
Report link

I had the same issue, I created a new Formula property with the following formula

(prop("Sub-project").map(current.prop("Completion")+1).sum() - length(prop("Sub-project")))/length(prop("Sub-project"))

The plus 1 in the map is needed because the map will otherwise return an Empty as list item if the subproject has no tasks assigned yet.

enter image description here

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ParticleInBox