Exclude rows from linked Summary table
Hello,
I have a linked summary table that I am trying to exclude rows based on some criteria of the cell contents for specific columns. The objective is for the rows in the linked table to also become excluded. I know it is possible to do this outside of JMP scripting but for some reason I get an error in JSL.
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dtSummary =
...