Answered
I have 3 fields and then another field that is set to Average and those 3 fields are picked. The problem is if I have just one of the 3 fields filled out, the average field still divides it by 3.
How do I get the average of, just the fields I have filled out?
Bill
The exact code will depend upon if you are using LiveCycle Designer or Acrobat to create the forms.
LiveCycle Designer provides a "Sum()" and "Count()" builtin funcitons, see the "Scripting Reference" inlcuded with LiveCycle Designer for more information.
For Acrobat you will could write these funcitons.
George Kaiser