Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was curious to know if it would be possible to add a map without the use of an extension?
Hi, you could use a Google api , it is very easy to integrate
I attached a doc to explain and a qvw example
good luck
Fernando
Hi,
You can use Google Map like Steps for beginners to implement Google Maps in Qlikview
Aurélien
Hi, you could use a Google api , it is very easy to integrate
I attached a doc to explain and a qvw example
good luck
Fernando
I followed all the steps and can't get it to work.
What specifically is not working? Do you have dots and no map? Are the dots in the wrong spot? etc?
Nothing Populates
There is likely a minor syntax issue. Can you share your QVW (or one with dummy data)?
Here is a sample with some data
Use this URL:
='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'
&'
It looks like you have not added your google maps API key. This is defined in line 3 of your script "gmap_key". You can get a key from the link below.
Getting Started - Google Maps JavaScript API v3 — Google Developers