In Survey123, how do I limit the significant figures in the product of a calculation?

651
1
06-19-2018 09:27 AM
SaraBrookeBenjamin
New Contributor

In Survey123, how do I limit the significant figures in the product of calculation? Right now, the output field type is "esriFieldTypeDouble"

0 Kudos
1 Reply
IsmaelChivite
Esri Notable Contributor

Hi. You can use the round() function. For example:

round(${question_one}, 2)

The above function will take a number from question_one and cut it back up to two decimal values.

0 Kudos