April 20, 2012 at 8:09 am
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
November 12, 2012 at 9:23 am
Having the same problem here!
Did you found any solutions?
Regards
November 12, 2012 at 9:31 am
Usually I go back to the original query at that point and resolve the issue there.
November 26, 2012 at 8:58 am
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