
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlikview and Bing Maps
Hello,
does anyone knows an example on Qlikview document showing a Bing Map?
i got one example on a Qlikview document accessing Google Maps, but not for Bing.
Thanks,
Oscar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
In my memory, I' ve never seen a bing map into QV.
There is some OpenStreetMap. Loot at an old share qv.
JJ

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I upload a bad one. Try This

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guggiaosca,
I know it is a while after your request date, but if you or anyone else can benefit from this.
You follow the same approach as with Google maps, with only changing the following:
Obtain a Bing Map Key ( https://www.bingmapsportal.com/)
Add a new entry in your Bing maps load script:
bmap_key= 'BINGKEY'
Add the following to Chart Properties->Colors->Dynamic Image:
='http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/'
&
num(var_mid_lat, '##############', '.', ',' )
&
','
&
num(var_mid_long, '##############', '.', ',' )
&
'/'
&
'$(var_zoom)'
&
'?'
&
'mapSize='&map_size_x &','&map_size_y
&
'&format=jpeg'
&
'&key='&bmap_key
