Hi all,
I’m using NocoBase v1.9.40 and trying to calculate the SUM of a numeric field from child (one-to-many) relationship records and display it in the parent form.
I’ve tried using workflows, but it only updates after saving the record. I’m looking for a way to:
- Calculate or update the sum before or without saving
- Show the result in a read-only or calculated field on the parent form
Questions: - Is real-time summing of relationship children supported in v1.9.40?
- Are there alternatives using formulas, hooks, or custom components instead of workflows?
Any guidance would be appreciated.