Hi,
I want to be able to export 6 views of the same module to external file (xls). I have saved the 6 views and i have exported and saved the processes. I would like to have 1 script to run the 6 outputs, but if i use a script with all six, it only runs the final process. I did try creating one process with the 6 actions, but that also just runs the final action.
This is the script (well similar)
Thanks
rem OUTPUT the Promo history
set Operation=-export "Report 1" -execute -get "M:\file1.xls"
set Operation=-export "Report 2" -execute -get "M:\file2.xls"
set Operation=-export "Report 3" -execute -get "M:\file3.xls"
set Operation=-export "Report 4" -execute -get "M:\file4.xls"
set Operation=-export "Report 5" -execute -get "M:\file5.xls"
set Operation=-export "Report 6" -execute -get "M:\file6.xls"