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

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



Labels (1)
1 Reply
rwunderlich
MVP
MVP

See help on the script statement "SLEEP".

-Rob