I'm having problems regarding the Directory variable, I inform the path but in Load the path informed is different, for example: In the application I'm doing a load and the path of the .qvw is: D : \ Qlikview \ Application \ test.qvw
In the script it looks like this: Directory 'D: \ Qlikview \ QVD'; load * from teste.qvd (qvd);
When the panel is reloaded the script generates an error trying to find the QVD in 'D: \ Qlikview \ Application \ teste.qvd'