Dear all,
I’ve a grid with 1 credit column (amount_in) and 1 debit column(amount_out) . Values are update within the grid where you record cash in and cash out entries.
Totals work nice but it gives me only each column total. I need also a balance calculation.
Now in the grid report I would like to add a dinamic new total which makes the balance between the sum of two above columns.
Balance = amount_in_sum - amount_out_sum
Any suggestions would be very appreciated
Bye
Giovannino