DietSquirt
MIS
Hi all, I am new to SSRS. Please help me get past the "why doesn't this work like Crystal?" stage...
I have groups in my report, and calculated values in the group footer. (I have named all my groups and text boxes so I can refer to them.)
Each group footer calculates the % of each Customer to the total sales. This field is named PercentOfTotal.
=sum(fields!InvoiceExtendedPrice.Value,"Customer")/sum(Fields!InvoiceExtendedPrice.Value, "DataSource")
Then at the bottom of the report I want to add up all the PercentOfTotal values to make sure they add up to 100% (That's not my idea. You and I know that it will but we're transitioning this report from Excel...)
No matter what I try nothing works. Most of the time I run into the dreaded scope message. Here's what I tried first, then it went downhill from there.
=sum(Fields!PercentOfTotal.Value, "DataSource")
=sum(Fields!PercentOfTotal.Value, "Groupname")
Can anyone advise me on this? Thanks!
I have groups in my report, and calculated values in the group footer. (I have named all my groups and text boxes so I can refer to them.)
Each group footer calculates the % of each Customer to the total sales. This field is named PercentOfTotal.
=sum(fields!InvoiceExtendedPrice.Value,"Customer")/sum(Fields!InvoiceExtendedPrice.Value, "DataSource")
Then at the bottom of the report I want to add up all the PercentOfTotal values to make sure they add up to 100% (That's not my idea. You and I know that it will but we're transitioning this report from Excel...)
No matter what I try nothing works. Most of the time I run into the dreaded scope message. Here's what I tried first, then it went downhill from there.
=sum(Fields!PercentOfTotal.Value, "DataSource")
=sum(Fields!PercentOfTotal.Value, "Groupname")
Can anyone advise me on this? Thanks!