how to write JSL script to report out 20 plots/graphs in one combined report and close all the 20 individual plots?
I wrote a script which after running would open 20 windows for each plot in the script besides the data tables. How to write in the JSL script to report out 20 plots/graphs in one combined report and showing all the original 20 individual plots? Tried the following script but did not return with anything.rptPIC = plotPIC << report;w1 = New Window( "Trend Charts", Text Box( " run date/time: " ||...