Hello,
I have a SSRS report that calculates the percent of AUM in a Column called ALLOCATION PERCENT. I creating the percentages by using the following expression and it functions properly.
=SUM(Fields!TOTAL_AUM.Value) / ReportItems!Textbox33.Value
The problem I'm having is the report is not TOTALING the ALLOCATION PERCENTS. For some reason it doesn't like TOTALING when the field is calculated by an expression and everything is defaulting to 0% instead of 100%. [SUM(ALLOCATION_PERCENT)].
Does any one have any ideas to resolve this issue? I figured I could use the following expression but it doesn't work
=SUM(SUM(Fields!TOTAL_AUM.Value) / ReportItems!Textbox33.Value)
Any help would be greatly appreciated.
Tim
x