I'm creating a new form that users will enter amounts of money such as $100.00 or $300.00 in. I will have 3 or 4 fileds users will be entering the amounts in. At the bottom I will have a totals field. How do I make the totals field show the sum of the amounts that is entered into the field?
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
In the field where you want to display the total write the similar script below in the Calculate event..
Change the language to FormCalc and Calculate Event..
Sum(NumericField1.rawValue, NumericField2.rawValue, NumericField3.rawValue,NumericField4.rawValue);
Thanks
Srini
Message was edited by: Srini Dhulipalla
Corrected the syntax..
Views
Replies
Total Likes
I can't find where I would change the language to FormCalc and Calulate Event......please help
Views
Replies
Total Likes
Here is a screen shot for your help..
Thanks
Srini
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies