问题
Please see attached images.
On the light blue row I need total percentages next to the total days.
There are 3 classifications : Project, RFC and Support, each has two sub colums (Days and Total%)
I have included a sum for total days added up which is =Sum(Fields!Days.Value)
I now need the TOTAL percentage for each of the 3 classes
回答1:
You can add a scope to the SUM
to specify which Group
to sum.
=Sum(Fields!Days.Value,"classification") for example.
来源:https://stackoverflow.com/questions/8806386/ssrs-bids-summing-a-sum-to-produce-a-sum