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

Pause on a loop

Hi,

I've built a script to geocode addresses with Google Maps Geococoding API.

My program is OK but when I send too many queries on Google Server in a short time (with a loop), I have sometimes a return code of 620 (G_GEO_TOO_MANY_QUERIES).

My question is : is there an QV instruction to pause the execution few seconds just ?

Thanks for your help

Jean-Jacques



1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

See help on the script statement "SLEEP".

-Rob