How can use JSL to automatically add code to "Event Handler" in "Properties" of a specified column?
Big Class.jmpThanks!Function( {thisTable, thisColumn, iRow},
{},
n1rows = thisTable << Get Rows Where( :n1 == thisTable:thisColumn[iRow] );
n2rows
...