Error on Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a report and wanted a Sum of some of the numbers. It works fine
when the calculation is in the Detail section of the report, but when I move
the calculation into the Footer section where I want it to be it returns
"#error". I tried moving it around to see if I would get an error and it
worked in the Report Header section but returned the error in the Page Header
section. Does anyone have any idea why it won't calculate in the Page
Footer? Thanks.
 
The Sum() and other aggregates don't work in Page Headers or Footers. You
can use the Report Footer for your totals.
 
try using groups in your reports, in the group footers you can use the sum()
function as well
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top