Deleting "Where" text box with JSL
Hi,While running script with "where" function, a text box is added to report.What is the way to delete it?Is there some way to "not create" it instead of delete it? Because if I run Data Filter changes, the text box may come back.Thanks,Tom. dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Distribution(Continuous Distribution(Column( :height )),Where( :sex == "F" ));