Is there a way to calculate a total in a group from a particular field and
display that total in the group header?
Normally, I would just create a javascript variable, add the field to the
variable on every row, and then reset it at the end of the group, but this
isn't going to work if I want the total in the group header...