Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
How to schedule the file one after the another through the bat file.
I've two qvw files:
I'll schedule first file for every one 1hour through the batch file(i.e help of task schedular). Once the file is reloaded then i want to reload second qvw file.
How can achive this?
Add the load of the second file (same as the fist one) in the same batch file
The Batch file should have the qvw's listed one after the other using the command line reload command
"c:\Program Files\QlikView\QV.exe" /r c:\File1.qvw
"c:\Program Files\QlikView\QV.exe" /r c:\File2.qvw
Obviously, paths should be appropriate.
Cheers,
Rocky