Answered
How to set a calculated field to null if reference fields are also null.
Good day!
I have a COST field in my PDF form.
This COST field is a calculated field with the following formula ...
COST = (QTY*MATERIAL)+LABOR+OTHER+SUBCONTRACTOR
What I wish to happen is if QTY, MATERIAL, LABOR, OTHER and SUBCONTRACTOR are null (meaning no value is entered), want my COST field to also be null.
Thanks for the help.
