Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Basic goolge map example

Hello,

I am trying to unse google maps for a chart. It doesn't show anything (and I wish to see the population). Can anyone give me some help?

Is it possible to zoom an area of the map?

Does anyone have a simple example that does not require license (which I still don't have)?

Thank you very much,

Matteo

1 Solution

Accepted Solutions
Not applicable
Author

Hi

It doesnt' work because you decimal separator is a  Dot

Just change :

SET DecimalSep='.';   (replace comma by a dot)

To zoom, you must use a selection.

You can also add a slider to zoom (look at the example in the community)

JJ

View solution in original post

2 Replies
Not applicable
Author

Hi

It doesnt' work because you decimal separator is a  Dot

Just change :

SET DecimalSep='.';   (replace comma by a dot)

To zoom, you must use a selection.

You can also add a slider to zoom (look at the example in the community)

JJ

Not applicable
Author

Thank you very much, Jean-jacques!