문제

I designed an SSRS report which has a table that has a numeric column. The table can span over multiple pages. In the table footer I ams showing the total sum for all values of this column, and I am showing this footer on each page of the report. However, I need this total at the end of each page to be a running total - ie it should only show the sum of all values from the beginning of the table (ie the beginning of the report) up to the footer itself. How can this be approached?

도움이 되었습니까?

해결책

Found the solution. I added a running total column, then added a text box to the footer of the report with the expression =last(ReportItems!textbox32.Value)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top