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

Error in Google Geo Map

Getting the error: Error in Expression: pow takes 2 parameters in my Google Maps Geo Scatter chart. I've built this same chart multiple times, but I have yet to see this error.

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

it certainly does:

Looking at one of my own google charts, both LAT and LONG expressions use pow() function. Maybe the var_zoom variable isn't set ? 

=sum( round (256*pow(2,($(var_zoom)-1)))+( Long  *((256*pow(2,$(var_zoom)))/360)) )



View solution in original post

1 Reply
JonnyPoole
Former Employee
Former Employee

it certainly does:

Looking at one of my own google charts, both LAT and LONG expressions use pow() function. Maybe the var_zoom variable isn't set ? 

=sum( round (256*pow(2,($(var_zoom)-1)))+( Long  *((256*pow(2,$(var_zoom)))/360)) )