V list box and H list box
dear all
i want to run JSL to put data table and oneway into one report, but it does not work
the jsl which i wrote as below:
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
rep=dt<<report
win=New Window( "Example",
V List Box(rep="$SAMPLE_DATA/Big Class.jmp",
A=Oneway( Y( :height ), X( :sex ), Means( 1 ), Mean Diamonds( 1 ) ); ));
where is my wrong?
drc_lewis