Display Lat/Long values for LatLong field

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 238
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

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
Top Labels in this Space