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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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.

Labels (1)
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)) )