Hi all,
I have a tree with 5758 branches (zones) and each of it contains 216 values (hours). I would like to add all the branches so that I only have one with 216 values, without necessarily having to explode the tree because it would be a very long operation. Is there a faster way to achieve the same result? Thank’s.