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?
Solved! Go to Solution.
It should work if you put 0.5 rather than .5.