Yield Table
I am trying to get a Yield table using a table having embedded spec limits.
For some reason the count of rows part isn't giving anything but zero. Any clue what I'm doing wrong
Clear Globals();
dt = Current Data Table();
dtYield = New Table( "Yield Table",
New Column( "Column Name", Character, "Nominal" ),
New Column( "Pass Count", Numeric, "Continuous" ),
New Column( "Fail Count"...