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

Sum many textbox value in footer

$
0
0

Greeting
i have 3 textbox value in footer of my report
i want make total (sum) for tow of them
so when i try to make total with them give me this error

The Value expression for the textrun ‘.Paragraphs[0].TextRuns[0]’ refers to more than one report item. An expression in a page header or footer can refer to only one report item.

i used those code for sum but none of them working

=ReportItems!Textbox62.Value+ReportItems!Textbox61.Value

i also tried this but even give me error

<div id="CC" class="container-content"> <div class="container-question clearfix extended"> <div itemprop="text">
=CDec(ReportItems!Textbox62.Value)+CDec(ReportItems!Textbox61.Value)

is there any idea fro solve this problem

</div> </div> </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>