Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how will i do this..........
What do you want ?
i want to reload my qvd on daily basis without manual intervention.
If you have a QlikView Server, create a task with the management Console.
Otherwise, you have to create a new task on windows scheduler. This task will launch a .bat file which contains something like that :
"C:/Program Files/QlikView/Qv.exe" /r "c:/QlikView/Main.qvw"
Hope it helps you