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

Map

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

7 Replies
MK_QSL
MVP
MVP

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'

MK_QSL
MVP
MVP

Go to color tab

Select Dynamic Image

Copy paste in expression what I have shown in enclosed file..

Not applicable
Author

Hi

Please find the attached file.

I have changed the Zoom option to Slider. Hope it helps you

Not applicable
Author

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

MK_QSL
MVP
MVP

check this one...!

Not applicable
Author

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

MK_QSL
MVP
MVP

I just add the code which I have given in text file to

Color Tab

Dynamic Image

.....