In ssrs report I need to sum the net text box

Anonymous
2023-07-01T23:25:14.7866667+00:00

I have an SSRS report that gives me the sum of transactions per product but the net calculation per transaction case calculation is the sum of the text box - the sum of another box using report items but when I go to sum the grand total of all net transaction and use sum(ReportIytems !Net) I get an error.I need grand total of net. Not sure how to accomplish the end results. Please review the image.

net sum from ReportItwms!

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-07-03T02:33:41.0533333+00:00

    Hi @Jannette Jones

    What is the error when you run it?

    I did a simple test, calculating the total of Reviser and Operator. The two totals are then added using "=reportitems!Textbox75.value+reportitems!Textbox76.value" without error.

    Screenshot 2023-07-03 103141

    Screenshot 2023-07-03 103216

    Are you referring to the name of the report item correctly?

    Best regards,

    Aniya


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.