How to color/marker selected rows based on multiple selection criteria?
Hi,I am writing a script that is able to color and mark selected rows. Let's take the Big Class table as an example. The following is my script, can anyone help out to get the selected rows to be colored to specific color like "Blue" and able add different marker for age =12 and age=13. Open( "$SAMPLE_DATA/Big Class.jmp" ); For Each Row( Selected(Row State()) = And ( Or (age == 13, age ==12), sex...
