Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
isadoralmeida06
Contributor III
Contributor III

How to put offices on the qlik map using the coordinates

Hi, qlikers! 🙂

I have longitute and latitude of some offices and I need to put on the map, but so far no success. I used this example from the manual:

LOAD
Office,
Location,
Employees
FROM 'lib://Maps/Offices.xls'
(biff, embedded labels, table is (Sheet1$));
TAG FIELDS Location WITH $geopoint;
TAG FIELDS Office WITH $geoname;
 
But no luck.
1 Solution

Accepted Solutions
ganapati_h
Partner Ambassador Affiliate
Partner Ambassador Affiliate

Hi @isadoralmeida06,

You can have a look at  https://www.youtube.com/watch?v=GA7qNWElow4 and try steps.

Hope this helps.

Ganapati.

View solution in original post

3 Replies
ganapati_h
Partner Ambassador Affiliate
Partner Ambassador Affiliate

Hi @isadoralmeida06,

You can have a look at  https://www.youtube.com/watch?v=GA7qNWElow4 and try steps.

Hope this helps.

Ganapati.

isadoralmeida06
Contributor III
Contributor III
Author

Thank u! I`ll look it up.

isadoralmeida06
Contributor III
Contributor III
Author