Can we move files from one folder using QlikView script?
by looking at QlikCommunities it seems like this is not possible. If you want to trigger a transition from QlikView Script, you can either use VBScript or cmd.exe .
Greetings
Jan
You can use the command below
EXECUTE cmd.exe /c move "source directory" "destination Directory"