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

JMP Tabulate Reports - Is it possible to wrap text in a JMP Tabulate report? Please see attached.

JMP Tabulate Reports - Is it possible to wrap text in a JMP Tabulate report? Please see attached.

Screen Shot of a JMP Tabulate Report.jpg

2 REPLIES 2
Byron_JMP
Staff

Re: JMP Tabulate Reports - Is it possible to wrap text in a JMP Tabulate report? Please see attached.

I don't know how to manipulate the tabulate box cell size, but working with the table its self is relatively easy when there are long strings.

For example:

New Table( "untitled",
	Add Rows( 5 ),
	Set Cell Height( 100 ),
	New Column( "chars",
		Character,
		"Nominal",
		Set Values(
			{"adfs asdf asdf asdf asdf asdf", "asdf", "asdf asdf",
			"asdf asdf asdf", "asdf asdf asdf asdf asdf"}
		),
		Set Display Width( 100 )
	)
);

Set Cell Height() works on all rows, and the column property, Set Display Width() works set the column width.

 

Not exactly what you were looking for, but close. Hopefully someone else will know how, or maybe its a wish list item?

JMP Systems Engineer, Health and Life Sciences (Pharma)

Re: JMP Tabulate Reports - Is it possible to wrap text in a JMP Tabulate report? Please see attached.

I'm also not finding a way to make this happen in the Tabulate platform. Dfusco923, here's a link to the wish list.