report footer

J

JC

I have a report that is group by invoice #. I need to have the report
footer print at the end of each invoice#. I was able to get the
report header with the invoice #, but now my total $ for each invoice
is not printing at end of each invoice. It only prints at the end of
the report.

Please help. Thanks.
 
M

martin

You need to add an invoice # footer to your report. Then
Use this footer for invoice totals. Normally, you should
you report footer for report totals.

Martin
 
J

JC

Hi I also experienc this problem. Once I insert the inv# footer, my
detail now shows total$ for each line item on the detail.

i.e.
description....
total $
description
total $
 
M

martin

I'm not sure I understand your problem with
description ... Does each line item have a unique invoice
#? if so then your footer should be on how you know which
lines belong to which invoices. If your problem is you
have 2 footers for each invoice then combine them into 1.
The footer only shows when the inv # changes unless you
use code to cancel it. (ie cancel=true). Hope this helps.

Martin
 
J

JC

Hi...
I created a subreport and I placed this subreport onto the main
report. Except now I have duplicate details. Here's what my report
looks like...

Invoice #123 (group header)
Customer ABC

product 1 $5.00ea (on detail level from subreport)
product 2 $3.00ea (on detail level from subreport)

product 1 $5.00ea (on detail level from subreport)
product 2 $3.00ea (on detail level from subreport)

The second set is exactly the duplicate of the first. And this detail
description is from the subreport. I don't have it anywhere on the
main report. How can I fix this?

Thanks.
 

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

Similar Threads


Top