Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!
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!
Thanks for valueable reply.
Vikas
Hey Shweta,
Can you help me in this Making State boundary differ from existing state boundary ?