Hi,
I've got several(20) reports to run on a regular basis. All contain one table and I need an export to csv.
Now i've got to run one by one. Is it possible to run the 20 reports in one command?
I thought I could with call() but in that case the 20 tables are in 1 csv and I realy need the CSV in different files.
Johan