Appending reports to windows
Hi,I put a platform in HlistBox (or some other box) while creating it and then I append this box to the window. Is this the ideal way? Is there some "general box" instead of Hlistbox to use?I need to append AFTER creating and editing the object.Thanks.dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Window("EX",
hlis = HList box()
);
biv_obj1 = dt << Bivariate( Y( :Weight ), X( :Height ) );
//Runn...
caroljackson
vince_faller