I am trying to create a report that essentially performs like a bank statement. how do I make the balance field in the detail section change with each transaction?
I'm using CR 9. I have the report grouped on TrnDate. The details have date, amount, and balance. I want the balance to be the starting balance plus the trans amt, the next record should be the new balance plus the new trans amt.
Header: {balance} (starting balance)
Group: TrnDate (supressed)
Detail: {TrnDate} {TrnAmt} {????} (running balance)
what I want
Header: $10.00 (starting balance)
Detail: 5/1 $10 $20
Detail: 5/1 $5 $25
Detail: 5/1 $10 $35
Detail: 5/2 $-10 $25
Detail: 5/2 $25 $50
Detail: 5/3 $-5 $45
Any idea how I do this?
I'm using CR 9. I have the report grouped on TrnDate. The details have date, amount, and balance. I want the balance to be the starting balance plus the trans amt, the next record should be the new balance plus the new trans amt.
Header: {balance} (starting balance)
Group: TrnDate (supressed)
Detail: {TrnDate} {TrnAmt} {????} (running balance)
what I want
Header: $10.00 (starting balance)
Detail: 5/1 $10 $20
Detail: 5/1 $5 $25
Detail: 5/1 $10 $35
Detail: 5/2 $-10 $25
Detail: 5/2 $25 $50
Detail: 5/3 $-5 $45
Any idea how I do this?