SURVEY 123 -Is there a way to have multiple numeric fields on the form, and the last one will sum/average/"Other math functions" the previous entries. Similarly if it's a percentage to assure the entries add up to 100%? Thanks in advance for any ideas

3037
4
Jump to solution
02-10-2020 02:01 PM
petegillard
New Contributor III

Trying to average multiple numeric inputs on a Survey 123 form.

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
UriGilad_EsriAu
Esri Contributor

Sorry, try 

(${first_field} + ${second_field}+ ${third_field}) div 3

View solution in original post

4 Replies
UriGilad_EsriAu
Esri Contributor

Hi Pete, 

You can do this only if you're using Survey123 Connect (not the web version).

1. Create another row for your summary record, for example 'summary_field'.

2. Insert your equation in the calculation field of 'summary_field'. For example, to calculate the average of three other fields:

(${first_field} + ${second_field}+ ${third_field}) div 3

For more examples and operators see:

Formulas—Survey123 for ArcGIS | Documentation 

Hope this helps, 

Uri

petegillard
New Contributor III

Hi, i keep getting this message when trying to update the form. Tried the field to calculate as 'calculate' or 'decimal' neither worked. the formula is in the 'calculation' field as written. am i missing something? thanks

0 Kudos
UriGilad_EsriAu
Esri Contributor

Sorry, try 

(${first_field} + ${second_field}+ ${third_field}) div 3

petegillard
New Contributor III

Thanks! that did it!