cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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