Summing Custom Field

Hello @Jim
You need to use “$total_aggregate” in your calculated members.
Something like this:

CASE WHEN
 [Issue].CurrentHierarchyMember.Name <> "$total_aggregate"
THEN
 /* ***
  your calculated code for Efficiency, Value, toGoal, ... goes here
 *** */
END

See How to customize the “Total” option with my defined formulation - #5 by asm89 for additional details.

Hope it helps!
Vasile S.

1 Like