Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Thomas
I use Qv 11 and always put the sleep after a store otherwise the script can randomly misbehave.
Best Regards, Bill
you could also try referencing the qvd after it's stored?
let vtest =qvdcreatetime('...path...');
Sleep is a prudent option though
Erica