Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Dulguun1998
		
			Dulguun1998
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I'm trying to use Google map in my application and my current API link is this below. I'm using this link in the Dynamic image expression section and my maps doesn't show up. It's just plain white backgroung with scatter charts on it.
=’http://maps.googleapis.com/maps/api/staticmap?center=’ & num(var_mid_lat, ‘##############’, ‘.’, ‘,’ ) & ‘,’ & num(var_mid_long, ‘##############’, ‘.’, ‘,’ ) & ‘&zoom=$(var_zoom)’ & ‘&maptype=’&var_maptype & ‘&size=’&map_size_x&’x’&map_size_y & ‘&sensor=false’ & ‘&scale=’&map_scale
 NadiaB
		
			NadiaB
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Dulguun1998
What version of Qlik are you using?
This Article might help you
 nurettinsahin
		
			nurettinsahin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		='http://maps.googleapis.com/maps/api/staticmap?center='
&
num(var_mid_lat, '##############', '.', ',' )
&
','
&
num(var_mid_long, '##############', '.', ',' )
&
'&zoom='&var_zoom
&
'&size='&map_size_x&'x'&map_size_y
&
'&maptype='&var_maptype
&
'&sensor=false'
&
'&key=YOUR_API_KEY'
Your_ Api_Key (Google Maps Api Key) is provided by Google.
 jerrysvensson
		
			jerrysvensson
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Does your QlikView server have connection to internet?
