How to move files in a directory using QlikView

Can we move files from one folder using QlikView script?

+3
source share
2 answers

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

+1
source

You can use the command below

EXECUTE cmd.exe /c move  "source directory" "destination Directory"
0
source

All Articles