1

I need to sum the averages within row groups in SSRS 2008 and have not found a solution I can work with.

Required output:

Any help would be appreciated; I have tried several custom code options, including:

public dim totals as int32 = 0

public function Setavg( value As int32)
    totals = totals + value
    return value
end function

(This one aggregates the subtotal values within the group)

underscore_d
  • 6,309
  • 3
  • 38
  • 64

0 Answers0