Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to modify cell before SSRS totals your rows

Status
Not open for further replies.

tfstom

Programmer
Sep 28, 2002
190
0
0
US
I have some cells that are duplicate values.

I can blank or zero out a cell by comparing it to the previous column (using Previous() or a code method.

The problem is that the summing seems to be done before these expressions or code are applied. So even if I clear the cell, the original value is still totalled in my total row.

Is there a way to prevent this?

Thanks,

Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top