A
aa
I have a table which shows activity on a bank accouint for a certain
period. There is a field "amount" where withdrawals are shown as negative
and money credited are positive. I need to present it as a bank statement
adding a field with the balance after each transaction.
I am trying to figure out a query which would add a new field where the
balance afrew which transaction is shown, i.e. the value of "amount" from
the current line plus the value of the balance from the previous line.
Will someone provide a hint?
period. There is a field "amount" where withdrawals are shown as negative
and money credited are positive. I need to present it as a bank statement
adding a field with the balance after each transaction.
I am trying to figure out a query which would add a new field where the
balance afrew which transaction is shown, i.e. the value of "amount" from
the current line plus the value of the balance from the previous line.
Will someone provide a hint?