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: 
Not applicable

Problem to generate a map

Hello!

I'm having some problems to creat a map in Qlik Sense. I had tried to follow the second method sugested in this link (Using the Maps Chart Object - Points Maps - Part 1 - (video)) (use GeoMakePoint in load script) but it doesn't work. The error message is something like "The action you are trying to perform couldn´t be applyed to this visualization".


3.png

2.png

1.png

Thank you all.

Best regards,

Marjorie.

1 Solution

Accepted Solutions
Not applicable
Author

Latitude and longitude information were in wrong format.

Fixed.

View solution in original post

3 Replies
Not applicable
Author

Latitude and longitude information were in wrong format.

Fixed.

Not applicable
Author

What are the supported formats then??

Anonymous
Not applicable
Author

Depending on your settings at the top of your load script, latutude and longitude should be either like this;

  

52,44064113,596177

Or like this:

  

52.44064113.596177

(point or comma separated)