Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is that possible to insert dynamic google map in qlikview and find the from and to coordinate routing???
Maybe this document can help:
Thanks for your reply Jose. But exactly I m looking for google maps dynamically should integrate into my qlikview dashboard like zooming, hand tool. its like html embedded. Is that possible???
Hi,
Technically it is possible to do this using extensions. There are some popular extensions for maps such as:
GeoQlik, the mapping extension for QlikView - Trial version
There is also the hard way of building your own extension object if the existing ones don't meet your needs. To do this you will need JavaScript knowledge, Google Maps API, and QlikView Extension API.
Here are some usefull links to achieve this goal:
JsDoc Reference - Getting Started
This way you can create your own Google Maps object and customize it to have the features that you need.
Hope this helps.
Really appreciate your help Jose..
Thanks again.
Sandeep
Glad to be of help. Best of luck with the maps solution!
Here are some extra links that may help you: