runningtotal

The runningtotal statement calculates the running total for the current field.


Parameters

No parameters.


Description

The runningtotal statement starts at the top of the database and adds up the numbers in the current field. As it scans the database it fills the field with the running total, destroying the original data in the process.

This example calculates the balance after each transaction in a checkbook database.

field Balance
formulafill Credit-Debit
runningtotal

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.