<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to create 2 text lines in one table cell in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46912#M26731</link>
    <description>&lt;P&gt;You will need to upgrade to get the cell height capability&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 19:02:13 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-11-08T19:02:13Z</dc:date>
    <item>
      <title>how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46888#M26715</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;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)?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 11:33:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46888#M26715</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-08T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46891#M26718</link>
      <description>&lt;P&gt;JMP does not have such an option.&amp;nbsp; The row height can be changed, which will allow long strings to wrap within a cell, however, when you change one rows height, all rows will be changed to the same height.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 12:06:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46891#M26718</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-08T12:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46897#M26721</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 13:52:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46897#M26721</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-08T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46898#M26722</link>
      <description>&lt;P&gt;Perhaps you could put the escape seequence '\!N" in your text?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "Double Height",
				Add Rows( 1 ),
				New Column( "Column 1", Character, Nominal)
			);

Column(dt, "Column 1")[1] = "The quick\!Nbrown fox";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:01:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46898#M26722</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-11-08T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46900#M26723</link>
      <description>&lt;P&gt;This one remoce the second part of the string&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 146px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8241i7F635697134AF8B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:13:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46900#M26723</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-08T14:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46904#M26726</link>
      <description>&lt;P&gt;Increase the cell height by dragging:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-11-08 at 14.40.50.png" style="width: 306px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8242iF0C83070D2028630/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-11-08 at 14.40.50.png" alt="Screen Shot 2017-11-08 at 14.40.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:43:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46904#M26726</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-11-08T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46911#M26730</link>
      <description>&lt;P&gt;I am using JMP11 with windows , and does not success to change the hight of the cell.&lt;/P&gt;&lt;P&gt;Is there a JSL code to change the cell height ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 18:59:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46911#M26730</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-08T18:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46912#M26731</link>
      <description>&lt;P&gt;You will need to upgrade to get the cell height capability&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:02:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46912#M26731</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-08T19:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46968#M26766</link>
      <description>&lt;P&gt;Is there jsl splrict to do it in JMP12 or 13 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:00:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46968#M26766</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-09T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46970#M26767</link>
      <description>&lt;P&gt;The Cell Height() setting for JSL was first implemented in JMP 12, therefore, you can use JSL to set it.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:15:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/46970#M26767</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-09T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/47378#M27020</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I tried to use the Cell Height() in JMP 13, but still it is not working.&lt;/P&gt;&lt;P&gt;Can you please send me an example of how to use it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2017 12:04:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/47378#M27020</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-18T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/47380#M27021</link>
      <description>&lt;P&gt;Here is an example, taken directly from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Set Cell Height( 20 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Nov 2017 15:01:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/47380#M27021</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-18T15:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to create 2 text lines in one table cell</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/47381#M27022</link>
      <description>&lt;P&gt;Thanks a lot for you help !!!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2017 18:11:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-create-2-text-lines-in-one-table-cell/m-p/47381#M27022</guid>
      <dc:creator>Shlomi</dc:creator>
      <dc:date>2017-11-18T18:11:24Z</dc:date>
    </item>
  </channel>
</rss>

