Hi guys:
The detail section of invoices in my Accpac database looks like this:
Inv#001
Detail Type Item# Amt
Item Prod1 100
Miscellaneous Freight 20
Miscellaneous Other 10
Miscellaneous Deposit -50
Values in the Amt. field are stored in the field OEINVD.Extinmisc. Now I want to create a report showing like this:
Inv SubTotal Misc.Charge Deposit Tax Balance
001 100 30 -50 10 90
I am using running totals to break out the Misc. item type into Misc. Charge and Deposits. The 2 running totals are in the group footer section (grouped by Inv number). They work well. However, When I try to calculate the BALANCE as shown above, it only calculates if there is a value in both running totals fields.Ie Misc.Charge & Deposit. If one is blank, Balance prints blank as well. What am I missing? Thanks for any help.
The detail section of invoices in my Accpac database looks like this:
Inv#001
Detail Type Item# Amt
Item Prod1 100
Miscellaneous Freight 20
Miscellaneous Other 10
Miscellaneous Deposit -50
Values in the Amt. field are stored in the field OEINVD.Extinmisc. Now I want to create a report showing like this:
Inv SubTotal Misc.Charge Deposit Tax Balance
001 100 30 -50 10 90
I am using running totals to break out the Misc. item type into Misc. Charge and Deposits. The 2 running totals are in the group footer section (grouped by Inv number). They work well. However, When I try to calculate the BALANCE as shown above, it only calculates if there is a value in both running totals fields.Ie Misc.Charge & Deposit. If one is blank, Balance prints blank as well. What am I missing? Thanks for any help.