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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

image issue , please help

Hi

i am useing google map in my qlikview and randomaly the map disappearing with no reason

i am useing this string in the dynamic image

='http://maps.google.fr/staticmap?center='
&
num(var_mid_lat, '##############', '.', ',' )
&
','
&
num(var_mid_long, '##############', '.', ',' )
&
'&zoom=$(var_zoom)'
&
'&maptype='&var_maptype
&
'&size='&map_size_x&'x'&map_size_y
&
'&key='&gmap_key & '.jpg'

i dont think that this is a FW or proxy issue , when i insert this string into a text box i am getting a valid URL and i am getting the map image in my IE.

FYI , i am useing GMAPKEY = "XX" , could it be the issue ? please help



0 Replies