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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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!