Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Statewise Heat Map for India in Qliksense

Hi all,

I want to create a Statewise Heat Map for India in Qliksense using KML file. Please can some one guide how to create the same,

Thanks in adv

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
shwetagupta
Partner - Creator II
Partner - Creator II

Hi Vikas,

If I am getting you correctly,

You can ingest Indian states kml file(as attached) rename state field as of your state field.

Somewhat like this:

Map:

LOAD

    Upper("India States.Name") as address_state,

    "India States.Point",

    "India States.Area"

FROM [lib://*****/India States.kml]

(kml, Table is [Indian_State - Copy.kml/Features]);


Please note field data of your field and kml should match (case wise)

After loading the data.
Use map as a chart > IndianState.Area (If you want to plot as area)

In Appearance, You can put your measure to colour. !

I hope this will help!

View solution in original post

4 Replies
shwetagupta
Partner - Creator II
Partner - Creator II

Hi Vikas,

If I am getting you correctly,

You can ingest Indian states kml file(as attached) rename state field as of your state field.

Somewhat like this:

Map:

LOAD

    Upper("India States.Name") as address_state,

    "India States.Point",

    "India States.Area"

FROM [lib://*****/India States.kml]

(kml, Table is [Indian_State - Copy.kml/Features]);


Please note field data of your field and kml should match (case wise)

After loading the data.
Use map as a chart > IndianState.Area (If you want to plot as area)

In Appearance, You can put your measure to colour. !

I hope this will help!

vikasmahajan
Author

Thanks for valueable reply.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
ascioneanna
Contributor III
Contributor III

Hi, someone can help me with this question?

Thank you Anna

area map for sales

nikhilgarg
Specialist II
Specialist II

Hey Shweta,

Can you help me in this Making State boundary differ from existing state boundary ?