Calculated total must keep same position.

J

Jürgen Germonpré

Hi all,

I have a multi-column report like this (1 page per company!)

PAGE Header -------
ID
COMPANY
CONTACT
ADDRESS
ZIPCITY

SERIALNUMBER Header------ (used for grouping & sorting)
DETAIL ----------
PaymentDate PaymentAmount PaymentDate PaymentAmount
....
....
SERIALNUMBER Footer --------- (forced new page after section! )
Total: sum(PaymentAmount)

Since the paper is pre-printed (company logo, address, headers, and a even
box for the total !) the total should always be printed at the same position
! How can I force the total to keep its position in the preprinted box?

Now the total isn't appearing at all ! I converted to a single column
report, then it appears but it changes position as the list of detail lines
grows/shrinks... However i still need the 2 columns !

What am I doing wrong ???

Thanks for any advice !

JG
 
Top