JSL help with proper reference to a report
Hi All, I'm having difficulty with the proper referencing of a report when trying to send to the report the command <<Save Simulation Formula. I have an automated script to perform certain analyses, and in this script, I get a list of the open reports to obtain the report_of_interest, see JSL below: report_windows = Get Window List( "Report" );
report_of_interest = Empty();
For Each( {report_
...