Remove the long lat coordinates

Is it possible to remove the long lat coordinates when pointing on a record on the map?

3X_f_c_fc54fcc04b961b3e16b6132075f7dafac9f4bc69.png

The coordinates are not displayed on the tablet or web browser.

Solved Solved
0 4 404
  • UX
1 ACCEPTED SOLUTION

You are correct. My testing had also shown that Show_if constraint expression does not seem to work with maps. Hence recommended to remove or disable Show_if altogether for the location column. That option works.

If you wish the Latlong information in some other view, I believe the workaround is to copy the column in another column as text and display it there.

View solution in original post

4 REPLIES 4

Does removing show_if constraint for that Latlong type column help?

There is no Show_if constraint on the Location field. I did try to add the expression CONTEXT("ViewType")<>"Map" on it but the map wouldnโ€™t be able to get the pin locations (see below)
3X_3_f_3f85e03948068f600e1aab9a457a5282f3134b58.png

Hereโ€™s the Map view definition

Slice definition

You are correct. My testing had also shown that Show_if constraint expression does not seem to work with maps. Hence recommended to remove or disable Show_if altogether for the location column. That option works.

If you wish the Latlong information in some other view, I believe the workaround is to copy the column in another column as text and display it there.

Got it. I disable the Show_if and it works. Thank you.

Top Labels in this Space