How the pass/fail formula works?
I'm having a problem where the formulas are returning null values.
The raw table is the raw data and there is a specification table, which is used to determine whether the raw data passes or fails according to the specification table. I have written a JSL, please help me to see what the problem is, thanks.Names Default To Here( 1 );
//raw data
dt = Data Table( "raw data001" );
dt1 = dt << subset(
...