View Full Version : Export of a Sub Footer Error


Badswell
02-26-2004, 09:55 AM
I currently have a report set like:

Page Header
Category Name Sales

Category Header
=[category]

Detail
=[Name] =[Sales]

Category Footer
TOTAL =[sum_sales]


When I run this report, the output looks like:

Category Name Sales
1 A 10
B 15
TOTAL 25

2 A 13
C 20
TOTAL 33

3 A 12
B 7
C 18
TOTAL 37



However, when I export this report into Excel, the fields in the ‘Category Footer’ are not being exported. Only the Page Header, Category Header & the Detail sections are being transferred. Any ideas on why the footer is not being included in the export and how to get include it?

llkhoutx
02-29-2004, 11:30 AM
I would think that the recordsource gets exported, not the report.

What export instruction are you using?

Badswell
03-02-2004, 06:08 AM
I was just using the export command through the File menu.

llkhoutx
03-02-2004, 06:30 AM
I think the "File" is the operative word, thst is, a report is not a file.

Badswell
03-02-2004, 09:21 AM
Is there another method of export that would carry the footer along?