When making a Table Report, I can add a Sum to to each Columns.
After this I manually add a new Column. In this column I make some Calculations based on values found in some of the other columns in my Table report. Thease calculations are performed correct. I am using code like=ReportItems!TextBox_xxx.Value to get the code from the other text boxes.
But now I will add a sum also to the Column I have manually added, but I get the error message:
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Error
3
[rsAggregateReportItemInBody] The Value expression for the textrun 'Textbox_ONorm_Total_SubID.Paragraphs[0].TextRuns[0]' uses an aggregate function on a report item. Aggregate functions can be used only on report
items contained in page headers and footers.
D:\Jensen\SQL Reporting Services\Jensen TIP\Jensen TIP\Prod_MCAS.rdl
0
0
</div> <div>
[rsAggregateReportItemInBody] The Value expression for the textrun 'Textbox_ONorm_Total_SubID.Paragraphs[0].TextRuns[0]' uses an aggregate function on a report item. Aggregate functions can
be used only on report items contained in page headers and footers.</div><div>
</div><div>
I have named the Colum Cell TextBox with my calculation "Textbox_ONormWeight" but in the Total row where I want to add my Sum the expression =sum(ReportItems!Textbox_ONormWeight.Value) does
not work.</div><div>
</div><div>Any help?</div>