Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I am taking an India map as a background of 3d chart , I want to know the sale of cities of india , as user mouse over on the city area.
How to set the coordinates for cities without using google map
Use a scatter chart with X and Y coordinate values either hardcoded to match the map or calculated from latitude and longitude of the cities and of the visible area of the map and the type of projection used for the map. Use sum(Sales) for the Z expression. Mouse over the dot on top of the city to see the sales to the city.
Here's an example of what I'm talking about using a map of China. Obviously the latitude and longitude are fake, but it should give you the idea.
Hi John,
I would like to learn the basics of including a google map in my qlikview dashboard.
Kindly help me with this.
Dear John ,
Can you share Examples for INDIA (statewise)
Can you give IDEA for INDIA State wise
Sircute
Its easy to just copy and paste code from an existing application. As long as you have the latitude and longitude data in your application, and as long as you name the fields exactly the same as the application you are copying, it should just work. Attached is a starting point for you.
- Ensure you have the lat & long fields in your data model and that they are named exactly the same
- Copy all of the code from the maps tab in the load script
- Copy and paste the chart objects onto your application
Thanks A Lot I will try get back you.
Thanks A Lot I will try get back you.
Hi John and lee -
First of all your answers were awesome and professional. Thanks for that.
Besides, I would like to ask a couple of questions that can help me create my own map:
Thanks again!
Hi Evya
Regarding point 1: I don’t know of such a data set. There is a way to call the google API to get lat & long back from an address, which is done in the load script. I have not done this before though, so I don’t have the code. Note that the google API will probably impose some restriction on the number of times you can do that without a licence.
Regarding point 2: You cant do that with the approach of creating your mapping chart using a simple scatter chart and a google image background. Perhaps with a 3rd party add-on you could. There are several available and they typically use an extension object which would have extra functionality specific to mapping.