xyy94813 commented on issue #19025: URL: https://github.com/apache/superset/issues/19025#issuecomment-1062503541
A workaround before it fix. DB Column is lngLat, ie `112,23` Add new `Metric` or `Calculated Columns`. (I still don't understand the difference between the two) ``` # SQL Expression split_part(lngLat, ',', 1) # lng split_part(lngLat, ',', 2) # lat ``` Then you can use the type `Longitude & Latitude` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
