Survey123: multiplication calculations

882
1
Jump to solution
12-13-2018 08:37 AM
EdwardGlover1
New Contributor III

I have two integer types (i.e. field_7 & field_8) that are constrained to be a number between 0 and 10.  I am trying to summarize the values entered using the following formula:

(${field_7} + ${field_8}) * .5

Either a decimal or integer type field will return the value 0, no matter what I enter as input unless I take out the multiplier operator in the formula.  Why can I not successfully use the multiplication operator?

0 Kudos
1 Solution

Accepted Solutions
StephenM
Occasional Contributor II

It should work if you put 0.5 rather than .5.

View solution in original post

1 Reply
StephenM
Occasional Contributor II

It should work if you put 0.5 rather than .5.