Col Functions and Row States
According to the release notes for version 15 of JMP:
The Col functions honor excluded rows through the Excluded(Row State()) function.
Col Maximum( :height, :sex, Excluded( Row State() ) );
However, this syntax doesn't seem to work. Can anyone suggest the corect syntax?
