I'm looking for this function, too.
Not sure if it's the same thing as Richard is looking for, but I'm looking for the way to have the 'mass calculations' fields available as a value in the fields calculation.
I am trying to create stock quantity calculation field. It would be nice to have something like this :
(sum(#{balance}) + #{in_qty}) - #{out_qty}
or
(#{mass_calculation_of_balance} + #{in_qty}) - #{out_qty}