I am trying to show data columns in a table view, but my latlong column shows an action button instead of the actual coordinates. Is there a way to display the coordinates instead of the action button?
As a workaround, please create a VC of text type with an expression something like TEXT([Latlong]) and show it in the table view only with CONTEXT() based expression in the table view. In the example [Table_Latlong] is the text type column. the expression TEXT([Latlong]) where
[Latlong] is latlong type column.
2 Likes
