Cannot add values of three subtotals in table, Need to put this in report footer textbox.

  • 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?

  • 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