Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have implemented google map in a dashboard , till today morning it was working fine but , now when i clik on any of the list boxes iam gettting a cross marked on the google image and nothing is displayed , Can some one help me out .. iam attaching the file, and also iam attaching the error snapshot .
some one plz help
Thanks
Kane
Go to color tab
Select Dynamic Image
Type below in expression
='http://maps.google.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'
Go to color tab
Select Dynamic Image
Copy paste in expression what I have shown in enclosed file..
Hi
Please find the attached file.
I have changed the Zoom option to Slider. Hope it helps you
Hi kumar
Iam not able to open the attached file could plz attach a note pad and mention where exactly i need to make the changes .
Thanks
kane
check this one...!
no , since iam using the free qlikview version , iam not able to open ur attached file , , could just mention what are the changes u made , so that i can do it by myself in the script here .
Thanks
Kane
I just add the code which I have given in text file to
Color Tab
Dynamic Image
.....