Hello
I have structure like
I want to sum duration of all stories or subtasks assigned each assignee.
Then I want to create new column like "duration of the story/ the sum".
To get the sum I tried
Parent#level=0 {
Sum#leaves{ if assignee = this.assignee: enddate-startdate}
}
I expected this.assignee is fixed value of the current row, but it seem to change for every row.
Is there any way to pass variable like this.assignee to inner formula?
One more question is that the sum calculation is done for every row. Is there any way to calculate it for each person without growing structure by person.
Hello @shkim ,
Welcome to the Community!
For this, I would recommend contacting our support team directly via our customer portal, support.almworks.com.
We will need to review your hierarchy and goals in more detail.
Best,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.