Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data checker for chaining load

Hi!

Would this script accurately give me a point where I could use the stored qvd? QV 11.2

STORE fact into DAU\testDAU.qvd(qvd);

TRACE >>> Saving done!;

Or as I would put it in english, is QlikView monitoring the save on disk?

I remember in QV 10 we put a sleep command in there to allow the file to store before next report (chained on success) could start. 

The qvd's are BIG!

regards

thomas

2 Replies
Anonymous
Not applicable
Author

Thomas

I use Qv 11 and always put the sleep after a store otherwise the script can randomly misbehave.

Best Regards,     Bill

Not applicable
Author

you could also try referencing the qvd after it's stored?

let vtest =qvdcreatetime('...path...');

Sleep is a prudent option though

Erica