Click to See Complete Forum and Search --> : Formula to get the sum of a field in each page


dreamer_0244
November 21st, 2007, 03:28 AM
Hi! I'm trying to create a formula that will get the sum of a field displayed within each page.

Does anyone have an idea on this? Thanks in advance!

JaganEllis
November 21st, 2007, 09:27 PM
Use three formulas.
One to reset the variable in the page header.
One to add each value, presumably in the details.
One to print the variable, in the page footer.
Remember to use WhilePrintingRecords.

dreamer_0244
November 23rd, 2007, 01:35 AM
thank you very much!