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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

when to use WaintForIdle

I use a long QV macro to do some things in an excel sheet

Sometimes my macro doens't get through.

My thought is that i should sometimes use a 'waitforidle' instruction.

But when should I use it ? After what type of actions ?

Thanks for yout time !

1 Reply
arieidel
Partner - Creator II
Partner - Creator II

It is strange that sometimes your macro works and sometimes it doesn't. Let the macro do the simplest actions so you won't be surprised.

Try to use Sleep method... Maybe it also could be useful to see the process step by step.

Hope it help!