How can I get sum of values using reportitems!textbox1.value
and reset to 0
for every group created in report?
Asked
Active
Viewed 120 times
0

Koby Douek
- 16,156
- 19
- 74
- 103

Jagdeep Singh
- 1
- 1
-
Look into using the RunningTotal function that is built into SSRS. – R. Richards Mar 18 '17 at 12:24
-
I'd be surprised if putting the expression =SUM(reportitems!textbox1.value) in a cell within the grouping did not do this. Screenshots? – Wesley Marshall Mar 18 '17 at 18:37
-
You cannot aggregate at Reportitem level – Jagdeep Singh Mar 20 '17 at 10:00