Project level computed expression for summing up document level field
At the Project level, I need to follow the "Documented By" relationship field, and calculate the "Last Week Document Churn" from Requirement Specification Documents and Test Protocol Documents, separately.
Below expression gives total for all documents in the "Documented By" relationship field.
<%compute%>aggregateByTree("Documented By",sum("Last Week Document Churn"))<%endcompute%>
Is there a way to add a type constraint (e.g. Type == "Requirement Specification Document"). I tried, but they all give syntax errors.
Can someone please help me?
Thank you,
Balu

