running totals [message #36132] |
Wed, 07 November 2001 05:33  |
Ken
Messages: 50 Registered: April 1998
|
Member |
|
|
In Oracle forms I am trying to create a procedure that will calculate a running total for a timesheet. Bascially whenever an amount of time for a task is created, deleted, or changed I want a total time for all tasks at the bottom to be updated. Any help or ideas would be appreciated.
----------------------------------------------------------------------
|
|
|
Re: running totals [message #36136 is a reply to message #36132] |
Wed, 07 November 2001 07:03  |
Todd Barry
Messages: 4819 Registered: August 2001
|
Senior Member |
|
|
You can use the analytical functions in 8.1.6 or later to calculate the running total.
----------------------------------------------------------------------
|
|
|