Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

NaN in Google maps

HI All,

I have a problem where I am getting  NaN showing in the map for a group of approx 30 properties from a list of  about 800.

I have double checked with the data source administrators that all the Lat/Long are formatted as numbers and have been assured this is the case. What concerns me is it's a small cluster of properties in the same geographic area, and none of the rest are affected. Lat and Long are separate fields. Any help would be appreciated,never had this problem with a map before.

Thanks to all in advance.

James.

This is the map I am using:

='http://maps.googleapis.com/maps/api/staticmap?center=54.394208,-3.069789&zoom=6&format=png&sensor=fa...'  

&   num(var_mid_lat, '##############', '.', ',' )   &   ','   &   num(var_mid_long, '##############', '.', ',' )   &   '&zoom=$(var_zoom)' 

&   '&maptype='&var_maptype   &   '&size='&map_size_x&'x'&map_size_y   &   '&key='& 'AIzaSyAABZIVacmXaH_m5XNM2PzcJo3uDr12Rzk' & '&sensor=false'

Map.png

1 Solution

Accepted Solutions
Not applicable
Author

Hi all,

got this solved !!!

View solution in original post

2 Replies
Not applicable
Author

Hi all,

got this solved !!!

medempudi_ravi
Contributor II
Contributor II

Hi James,

I have a similar problem at my end. Can you explain me how you resolved this issue?