I hope everyone is having a productive and great day!
I have a repeating group that calculates an activity’s estimated duration within each row of the repeating group. I would like to sum this value from each row of the repeating group in a header outside of the repeating group. This value would be cumulative as each activities estimated duration is collocated.
Here’s a screen shot of what I am trying to accomplish:
I want to have the value from the “Total activity minutes “within the repeating group (highlighted in yellow) show up in the “Total activity minutes forecasted” (also highlighted in yellow) outside of the repeating group.
And the inputs in the repeating group can be auto-binding, so you save them to the database, and in the places where you want to display the total, you just need to sum.