3

Can we move files from one folders, using QlikView script?

David Kakauridze
  • 305
  • 4
  • 11
  • 23

2 Answers2

1

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

Jan
  • 930
  • 9
  • 25
0

You can use the the below command

EXECUTE cmd.exe /c move  "source directory" "destination Directory"
J. Steen
  • 15,470
  • 15
  • 56
  • 63
sree
  • 21
  • 1