cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

put borders on tablebox at specific rows

It'd be nice if we could put some type of border for visual effect on tableboxes.  

 

Something like 

Names Default to Here(1);
dt = Open("$SAMPLE_DATA\Big Class.jmp");

new window("Row Borders", 
	tblbox = tablebox(
		NumberColBox("age", dt:age << Get Values),
		StringColbox("Sex", dt:sex << Get Values), 
		NumberColBox("Height", dt:height << Get Values)
	)
);
// if I want to put a border on top of the age differences
breaks = [9, 16, 28, 35, 38];

tblbox << Set Row Borders(breaks);
1 Comment
Ryan_Gilmore
Community Manager
Status changed to: Archived
We are archiving this request. If this is still important please comment with additional details and we will reopen. Thank you!