Hi I’m trying to find out the best approach to either aggregate number values or concatenate options of child tasks up to each of their parents. So for instance if I have something like:
Child 1 | 100 | CPM
Child 2 | 250 | SPE
Child 3 | 150 | DOE
Then the parent would be:
Parent | 500 | CPM, SPE, DOE
And this would continue up the tree. Can you help point me in the right direction to achieve this?