Separate column

Please, Can I separate latlong column type into two columns each one involve one coordinate (lat) & (long)?

0 1 324
1 REPLY 1

@Fouad_H_Saad1
Just create 2 columns [Lat] and [Long] and use below AppFormulas for each:

LAT([LatLongColumn])

and

LONG([LatLongColumn])

OR if you are reading the userโ€™s positioning with HERE() function then simply;

LAT(HERE())

and

LONG(HERE())


Top Labels in this Space