frifun
Grasshopper
Points: 22
More actions
March 6, 2009 at 11:51 am
#200576
I have subtotals of three fields in the group footer of a table.
I need the sum of these three values outside of the table. How do I do this?
bikerdadHLV
SSCommitted
Points: 1567
March 9, 2009 at 5:49 pm
#956486
Use the ReportItems collection...
=ReportItems!TextboxMyFirstGroupSum.value + ReportItems!TextboxMySecondGroupSum.Value + ReportItems!TextboxMyThirdGroupSum.value
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply