Shashant
01-06-2006, 12:06 PM
This may be a simple question:
I am trying to get a Net Balance of Charges and Payments.
There are two types of Charges, Course Charges and Non-Course Charges.
When I try to write a computation to Get the Net Balance:
=([Payments]-([CourseCharges]-[NonCourseCharges]))
It works fine for those records with all those fields with data, but I have an instance where one of my records doesn't have a NonCourseCharge, so all I get is Blank for NetBalance.
Is there a way to conditionalize so if there is no record it will use zero?
I am trying to get a Net Balance of Charges and Payments.
There are two types of Charges, Course Charges and Non-Course Charges.
When I try to write a computation to Get the Net Balance:
=([Payments]-([CourseCharges]-[NonCourseCharges]))
It works fine for those records with all those fields with data, but I have an instance where one of my records doesn't have a NonCourseCharge, so all I get is Blank for NetBalance.
Is there a way to conditionalize so if there is no record it will use zero?