Expand my Community achievements bar.

Adding a Calculation

Avatar

Former Community Member
How do I add a calculation to my form? I have the entire form ready with decimal boxes where data is to be entered and then I would like a Total box that will sum up the five decimal boxes I have. I have selected Calculated - Read Only in the value, but where to I input the formula?
2 Replies

Avatar

Former Community Member
In the script editor ..... hit Ctrl-shift-F5 or under the window menu make sure it is checked on. Each object on your form can have its own script. Highlight the obejct you want to script on and in the script editor you can choose the event that the script will run on (top left), the language that you are writing your script in (mid right)and the location that the script will run - Client or Server or Both (top right). Leave this as client.

Avatar

Former Community Member
Thank you so much Paul, I have spent two days trying to figure this out, and you got me right to what I needed. I appreciate the help!