Is there a way to rollup values of a custom column to a parent and other hierarchical parents without using the SUM function in each parent row?
For example: I added columns A, B, and C. Column C = A * B. Is there a function or some other way to sum up column C to a parent row?
Or do I need to use the SUM function in the parent row(s)?