Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Map from one column

Hi,

I'm trying to create a point map from table connected by ODBC. Coordinates are located in one column named "coords", so I've wrote in the script 2 lines:

TAG FIELD coords WITH $geopoint;

TAG FIELD city WITH $geoname;

Code has been loaded, but there is no points in the map. The structure of the coordinates (Is it correct?):

coords.png

4 Replies
Not applicable
Author

i think do you need create a geopoint

makegeopoint(subfield(coords,',',1),subfield(coords,',',2)) as Geo_Point,

try this

Not applicable
Author

It's not working. I have never seen a function such as 'makegeopoint'. I don't want to separate them. I've found that method in Qlik Sense help and I just need an answer where can be a mistake.

Not applicable
Author

I sorry i wrhong function

the correcly

GeoMakePoint(lat, long)

Not applicable
Author

still not working