klynch0803
Registered User.
- Local time
- Today, 10:28
- Joined
- Jan 25, 2008
- Messages
- 102
I have a report that is calculating from four fields it could be a positive number or a negative..
What is wrong with this?
=Sum(nz([Sales],"0"))-nz([Payroll]+[InvPurch]+[nonInvPurch]),"0"))
What is wrong with this?
=Sum(nz([Sales],"0"))-nz([Payroll]+[InvPurch]+[nonInvPurch]),"0"))