In my export I have
$loop(%_file_create_datetime_raw%)Which works fine, but it sorts in ascending order (oldest first), is it possible to reverse the sort? i.e. from newest to oldest file?
Thanks
Steve
In my export I have
$loop(%_file_create_datetime_raw%)Which works fine, but it sorts in ascending order (oldest first), is it possible to reverse the sort? i.e. from newest to oldest file?
Thanks
Steve
In this case you can use
$loop($sub(%_file_create_datetime_raw%,10000000000))
Excellent!! Thanks 