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.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Shlomi
Level I

how to create 2 text lines in one table cell

Hello

I wolud like to write into one table cell long string. Is there any option to write the string in 2 lines and put it into same cell (similar to Alt+enter in excel)?

Thanks,  

12 REPLIES 12
Shlomi
Level I

Re: how to create 2 text lines in one table cell

Hey,

I tried to use the Cell Height() in JMP 13, but still it is not working.

Can you please send me an example of how to use it ?

 

Thanks

txnelson
Super User

Re: how to create 2 text lines in one table cell

Here is an example, taken directly from 

     Help==>Scripting Index

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Set Cell Height( 20 );
Jim
Shlomi
Level I

Re: how to create 2 text lines in one table cell

Thanks a lot for you help !!!

Recommended Articles