From: Andre on
I have a report with Jan-Dec and Total as columns in my report. There are a
few group totals in the report, and one of the group totals is very
complicated, based on calculated fields I have added to my dataset. I'm
wondering if I can avoid creating a Total field in my dataset for the
complicated group, and instead have my total be something like this:
=Sum(textbox88+ textbox89)

Obviously, RS doesn't like this. I can't see a way to do it in an
expression either - is it possible?

Thanks, Andre