Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

move script

hi all,

my current scenario is .. I need to move a specific folder with the folder name

for ex 12122015....

in a month I may receive this folder in any of the dates

11122015 or 10122015 or 23122015 keeping dec as example

so I tried the below making a variable for date as todays date.. it works good. but as the folders dates are not the same ..in everymonth you may receive this folder on any of the dates .so today does not work ..so in a month if today is 24th I may get the folder dated 09202015

EXECUTE cmd /C move C:\Data\$(Date).in  D:\processed;

0 Replies