In Survey123, how do I limit the significant figures in the product of calculation? Right now, the output field type is "esriFieldTypeDouble"
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.