2 bugs with Tables/Summary
Hi,I just detected 2 nasty bugs in Tables/Summary.
One of them can even be used to make JMP crash on any PC (!!!) Bug 1) Please read this code and predict what Jmp will do: Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Summary(
Local Data Filter( Add Filter( columns( :sex ), Where( :sex == "X" ) ) ),
Group( :sex ),
Mean( :height ),
Link to original data table(0),
o
...