How do can find the number of non-null rows in the specified column?
For example:dt = Open( "$SAMPLE_DATA/Data\Missing Data Pattern.jmp" );
the number of non-null rows in the "Trial 3" column of this table is 5,
and the number of non-null rows in the "Trial 4" column is 4.