How to sum report items values in the body of the report?

  • Hi guys!

    I'm the beginner in SSRS and I have a problem, which I'm not able to manage with.

    I know that expression Sum(ReportItems!Textbox.Value) can be only used in page header/footer.

    And in my report I really need this functionality in the body of the report ( sum(Fields! .value) expression doesn't sum correctly, because of report specificity) .

    Do you know any workaround to return the same values as sum(ReportItems!Textbox.Value) expression, which could be used in the body of the report?

    I would be really grateful for any help.

    Kind regards,

    Russell

  • Having the same problem here!

    Did you found any solutions?

    Regards

  • Usually I go back to the original query at that point and resolve the issue there.

  • Hi,

    If I understand well, You are looking for running total. for that write an expression on the report field to compute.

    =runningvalue(Field!SomeFieldName,Sum,"Datasetname")

    Thanks,

    Neeraj K

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply