I have a number of numeric fields that I would like to total up. I have created a numeric field that will serve as the total and need a script that will add them up. All the fields that need to be added have the binding name INTVL_n (INTVL_1, INTVL_2, etc.). The fields also reside on multiple pages.
Thanks!
You need to override the calculate event for the field that you want the calculated value to appear. While the cursor is in the script window, ctrl-click on the fields you want to sum up. LiveCycle will automatically write the SOM expressions required to reference that field.