Geolocation column lat/long reversed in formulas

This might be related to another bug report here: Bug in geoposition with coordinates?

Basically, the coordinates in {Geolocation column name} are correctly displayed as (Y,X), however a formula column where the formula is simply {Geolocation column name} it is reversed and displayed as (X,Y) which then points to a different location. Can this be fixed?

Hi @thallisey,
No idea if this can be fixed, the SeaTable team will answer that part. However, if you need a workaround for the current state, this formula seems to do the trick:
mid({Geolocation column name},find(",",{Geolocation column name},1)+2,len({Geolocation column name})-find(",",{Geolocation column name},1)-1) & ", " & mid({Geolocation column name},1,find(",",{Geolocation column name},1)-1)
(definitely not the most elegant way, but do the job still…)

Bests,
Benjamin

1 Like

That’s a pretty good work around. Thanks for sharing!

In order to improve your chance of having an answer from the SeaTable team about an eventual fix, maybe it’s better not to mark any message as solution for now.

Thanks for reporting the issue.

We will fix it in the next release.

1 Like

Thanks! Looking forward to the next release.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.