I wonder if anyone has found a good way in which to carry out hierarchy calculations at the highest level in the hierarchy of items appearing in a grid? What I would like to be able to do is to sum together the values of a given field for items which are not hierarchical children, but are instead top level items TLI.
The specific application is that I have a field called Effort. I would like to be able to sum together the various values of Effort so that I know what my overall Backlog is.
There is already a Visual Basic function available in InfoQube:
Function mySum(IncludeIt, x) ' Calculates the sum of the array x if IncludeIt is true
Function mySum(IncludeIt, x) ' Calculates the sum of the array x if IncludeIt is true
Perhaps there is some way in which automatically to "clone" items which are TLI in one context such that they can be children in another? Any suggestions? Thanks!
Mark
Comments