J
jk
I have the following calculated field under the report footer section of
report:
=Sum([DepositAmount]-[WithdrawalAmount])
However it does not provide the total balance of what is left over once
withdrawals have been subtracted from the deposits.
=Sum([WithdrawalAmount])
=Sum([DepositAmount])
The two fields above is what is being used for the final calculation and
they provide the totals with no problems so what could it be?
report:
=Sum([DepositAmount]-[WithdrawalAmount])
However it does not provide the total balance of what is left over once
withdrawals have been subtracted from the deposits.
=Sum([WithdrawalAmount])
=Sum([DepositAmount])
The two fields above is what is being used for the final calculation and
they provide the totals with no problems so what could it be?