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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to insert a delay

Hi to all... there is a way to insert a daley beetween two components?
thanks a lot
Stefano
Labels (2)
3 Replies
Anonymous
Not applicable

tSleep component ?
_AnonymousUser
Specialist III
Specialist III
Author

Hi camsellem... I've put the tSleep component after the input source but the flow don't respect the delay...
In the step I have a tGoogledirections component and I need to delay the http request to google.
Thanks a lot
Stefano
Anonymous
Not applicable

Ok you mean you want to put a delay between each rows of your dataflow ? if yes you'll have to use a tJavaRow component and use in the code the following snippet : Thread.sleep(1000); //for a delay of 1000ms