Hi,
To populate the longitude and latitude in two separate columns use the type "calculate" in the survey form.
type name label calculation
calculate latitude Lat selected-at(string(${gps}),0)
calculate longitude long selected-at(string(${gps}),1)
Pl see the attached excel sheet. The lat / long columns can be seen in the output saved file.
Lat_Long_Extract.xls (32.5 KB)
1 Like