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

Google Maps On Qlikview

Hello Folks,

I did everything as recommended to develop Qlik Maps on DB but couldn't get through, Something am missing please check attachments.

 

I have a registered API key from google cloud platform

Labels (4)
1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

see attached

in Color Tab under Dynamic Image you have forgotten to add the variable for your api key to the Expression!

View solution in original post

16 Replies
Frank_Hartmann
Master II
Master II

see attached

in Color Tab under Dynamic Image you have forgotten to add the variable for your api key to the Expression!

dseelam
Creator II
Creator II
Author

Hello Frank,

 

Thank you

 

once I entered my key and reload I get this error on maps does it mean key is wrong 

 

clipboard_image_0.png

Frank_Hartmann
Master II
Master II

actually not.

strange, because i used your API Key for testing (it was still present under Variables)

and for me it worked without throwing this error (after reloading-> as source i exportetd the whole table as xls and loaded it in QV script)!

did you use this expression under Color Tab --> dynamic Image?:

'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'&'&key='& gmap_key

 

 

 

dseelam
Creator II
Creator II
Author

Hi Frank,  yes I did used same expression you sent.

 

Is this some thing to do with URL signing, API restrictions or activating google account to payable ?

 

 

Frank_Hartmann
Master II
Master II

and you have entered you API Key here before reloading?

Unbenannt.png

dseelam
Creator II
Creator II
Author

Yes I did !

dseelam
Creator II
Creator II
Author

It is so strange when I downloaded your file its working fine once I enter Key in script and reload its throwing an error 

Frank_Hartmann
Master II
Master II

please try to just reload the attached qvw. For me this works fine

dseelam
Creator II
Creator II
Author

Yes I reloaded and all data point disappeared and same error strange!

 

clipboard_image_0.png