Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I am new to qlik sense
while using maps I am getting an error. How to use maps? I have data with Sates and city in India.
Hi.
Can you tell us steps that you already do?
Please check this link and follow the series about using map objects.
Regards,
Marco
Hi Amey,
In Qlik Sense default map you need have a layer which can be a KML (Boundary file) or you can convert the Latitude, Longitude fields to GeoMakePoint in script editor.
Ex: GeoMakePoint([Latitude],[Longitude]) as GeoKey
This is only possible if you have Latitude and Longitude for those fields. Please see the attachment.
You cannot add Just State as a layer, I suggest download the Latitude and Longitude for Indian State and edit the script as I did in attachment, you can assign your own measure with regards to your data.
Note: You can also make MAP by using different extensions available for Qlik Sense (Ex: SVG, Google Maps etc)
SVG Map extension doesn't require Lat & Long. It just might work fine with the 'State' Field you've. You've to download that extension and place it in your extension folder for qlik sense.
Please mark this as correct answer if this is what you looking for.
Thanks.