Display Lat/Long values for LatLong field

Roland_White
Participant II

Is there a way to show the lat long value along with or instead of the map?
3X_e_9_e93b16e16e88351275a9cfe7984616fd5ddeaae1.png

Solved Solved
0 3 233
1 ACCEPTED SOLUTION

Steve
Participant V

The map display is triggered by the LatLong column type itself. To display the raw value of the column, you need to put the raw value in a column of a different type. For instance, you might add two additional virtual columns, with the App formula expressions:

LAT([LatLong])

and:

LONG([LatLong])

(where LatLong is the name of the existing LatLong-type column)

View solution in original post

3 REPLIES 3

Steve
Participant V

The map display is triggered by the LatLong column type itself. To display the raw value of the column, you need to put the raw value in a column of a different type. For instance, you might add two additional virtual columns, with the App formula expressions:

LAT([LatLong])

and:

LONG([LatLong])

(where LatLong is the name of the existing LatLong-type column)

Can Appsheet Team consider some other get.attribute than LAT() and LONG(), such as, NAME([LatLong]), ADDRESS([LatLong]), PLUSCODE([LatLong]), PHONE([LatLong]), etc.?

To do what, exactly?

Top Labels in this Space