Link to home
Start Free TrialLog in
Avatar of iamlori
iamloriFlag for United States of America

asked on

Calculate Sum of a Calculated Field in Group Header

I have a report with 2 group headers (X & Y).  Within the second group header (Y) I have a calculated text field (txtChemEmitted).

I've setup one group footer associated with the first (X) grouping.  I would like to have
=SUM([txtChemEmitted) in this group footer.  But it is not recognizing the field.  I tried putting it the Y Footer, but I have the same error?
ASKER CERTIFIED SOLUTION
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of iamlori

ASKER

I was concerned that was the solution - the [txtChemEmitted] was a confusing calculation.  But after some different attempts - I got it to work!

Thanks for helping and helping me take a step back from the issue.
Glad to help out :-)