Hi
In my report, I'm running trough big arrays. Each entry (a model) creates a new sheet (Excel-Report).
Now I have to to the same loop again, because I need the same but with other columns.
What I like to to is, that I have one report and creating the output to each proper outputfile.
I can create the two OutputObjects and also fill the content correctly. But at the end, Aris will open Excel only with one report (the last). As I understand, this is defined by the report-path (including one filename) in the Report-Assistant-Dialogue.
But I do also the following:
oOutDef.WriteReport("C:\\Temp","temp.xls")
This runs witout error, but the file is not there.
What did I miss or how to write multiple files in one report?
Kind regards,
Dominik