Summary function doesn't work after adding statistics argument
Hi,I got a question on my script about generating Summary Table, and here is what I did.1. created a Summary table by JSL, call it S1 tabledt<<
Summary(
Group( :Name( "Date-Time" ), :Lot, :Test ID, :Test Label, :Field X, :Field Y ),
Variance( :Name( "Mreg (nm)" ) ),
);
2. trying to create another Summary table (S2) based on S1 with the following JSLdt<< Summary(
Group( :Name( "Date-Time" ), :Lo
...