Hello everyone,
I'm designing a Survey123 in Survey123 Connect and I'm trying to use "calculation" to set the geopoint property based on a previous question. The question is "sampling point" and each sampling point is associated with a UTM north and east position, detailed in the "choices" tab. When the user selects a sampling point, two hidden questions (north and east UTM) are automatically associated with it. I would like to use the north and east UTM to set a geopoint, however, when I try to do it using the "calculation" column nothing happens. The expression I'm using is:
"concat(number(${coordenada_este_mE}), " ", number(${coordenada_norte_mN}))".
I've also tried: "concat("19H", string(${coordenada_este_mE}), " " ,string(${coordenada_norte_mN}))"
I think the expression is wrong, because when I use a similar expression with lat and long coordinates it works just fine. For info, I've already changed the coordinate format of my survey to UTM.
Hope you can help me, I'm going crazy!