JSL script for summary table with for loop
Hello, I am creating a script for summary table with a for loop as there are multiple parameters from the PCM test. The script I have created was based on the JSL script generator and replace the mean () with colNames [i]. It did work but poped out 100s of data table for each parameter. Previously, I had a similar issue with the graphs and a gentleman replied with the solution nw = new window(). I...