I'm wondering if this is possible. I have a collection with radio buttons that determine if the row is a goal, action, or resource. If it's a resource then it gets added to the action above it. If it's an action that get's added to the goal total. So for example, a goal can have several actions and an action can have several resources. Is there a way using the built in formulas in forms to check the radio button and if it's a resource add it to the action above it? And then add all the actions to the goal above it? Afterwards have all the goal totals go in a field outside the collection.
I have this working with javascript but I'd prefer doing it through the formulas.