Can we move files from one folders, using QlikView script?
after having a look at QlikCommunities, it looks like this is not possible. If you want to trigger a move from QlikView Script you could either use VBScript or cmd.exe.
Cheers,
Jan
You can use the the below command
EXECUTE cmd.exe /c move "source directory" "destination Directory"