cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
hogi
Level XI

Tabulate as Tree Box?

For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?

 

hogi_1-1689616740378.png

 

 

Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Tabulate(
	Add Table(
		Column Table( Analysis Columns( :height ), Statistics( Median ) ),
		Row Table( Grouping Columns( :sex, :age, :name ) )
	)
)

 

0 REPLIES 0