Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
arpitkharkia
Creator III
Creator III

QlikMaps extension

Hi All,

I am trying to create a heat map using the polygon maps provided in QLikMaps extensions for QlikView. I want a map of the USA, where the sum of sales is the measure. The color should be darker for the state withe the highest sale and vice versa.

Need to know what all i require here (For example, latitude, longitude,etc) for the heat map?

Also, what should be the dimension, boundary/path, fill color?

Thanks for the help!

3 Replies
Miguel_Angel_Baeyens

In Branch you have examples of QlikView using Google Maps. Since recently, you need an API key from Google, there is no way to run it without it (you can still run several queries for free but the account needs to be set up).

Branch:

Qlik Branch

Github:

https://github.com/rvspt/GoogleMapsAPIv3Toolkit-QV

You have a very nice example app where you can see how each map is configured.

Thanks to Renato for his excellent job