Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?):
i think do you need create a geopoint
makegeopoint(subfield(coords,',',1),subfield(coords,',',2)) as Geo_Point,
try this
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.
I sorry i wrhong function
the correcly
GeoMakePoint(lat, long)
still not working