Quantcast
Channel: SQL Server Reporting Services
Viewing all articles
Browse latest Browse all 1418

Aggregate calculated TextBox values

$
0
0

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">Error3[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.rdl00</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>



Viewing all articles
Browse latest Browse all 1418

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>