<?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: Step by Step Wrap Text in Tabulate Column Titles in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918422#M107785</link>
    <description>&lt;P&gt;I had hoped that adding the wrap to the input table would do the trick, but it didn't.&lt;BR /&gt;Tabulate seems to prefer single-line headers. Hard to convince!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1765228024788.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88544iEC90C414E64F4E4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1765228024788.png" alt="hogi_0-1765228024788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;On the other hand: has an effect on the&amp;nbsp; vertical axis - somehow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1765228112642.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88545i7B30282EED3DE50F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1765228112642.png" alt="hogi_1-1765228112642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "test",
	Add Rows( 5 ),
	Compress File When Saved( 1 ),
	New Column( "Fixtures&amp;amp; Cables",
	),
	New Column( "Fixture QTY",
	),
	New Column( "EST. SHIP",
	),&lt;BR /&gt;   New column ("value"),
	Group Columns( "myGroup", :"Fixtures&amp;amp; Cables"n, 3 )
);

//-------try this: -------------
dt = current data table();
cols= dt &amp;lt;&amp;lt; get column references;
for each({col}, cols,
colname =  col &amp;lt;&amp;lt; get name;
col &amp;lt;&amp;lt; set name (substitute(colname, " ", "\!n" )));

// .... no change ......
Tabulate(
	Add Table(
		Column Table(
			Analysis Columns( :"Fixtures&amp;amp;Cables"n, :"FixtureQTY"n, :"EST.SHIP"n )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2025 21:14:32 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-12-08T21:14:32Z</dc:date>
    <item>
      <title>Step by Step Wrap Text in Tabulate Column Titles</title>
      <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/917419#M107707</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I'm currently using JMP 19 and&amp;nbsp; want to be able to get the titles / headers of my columns to be a wrapped text in the Data Input Table screen for the Tabulate section I create.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Would someone know a step by step approach?&lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;
&lt;P&gt;Instead of "Hello World" it becomes,&lt;/P&gt;
&lt;P&gt;"Hello&lt;/P&gt;
&lt;P&gt;World"&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 05:23:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/917419#M107707</guid>
      <dc:creator>ABVariableKoala</dc:creator>
      <dc:date>2025-12-04T05:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Step by Step Wrap Text in Tabulate Column Titles</title>
      <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/917458#M107709</link>
      <description>&lt;P&gt;You wish to have wrapping somewhere in Tabulate? Could you provide drawn example of what you wish to have?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 07:15:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/917458#M107709</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-12-04T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Step by Step Wrap Text in Tabulate Column Titles</title>
      <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/917463#M107710</link>
      <description>&lt;P&gt;Maybe a screenshot - indicating what you mean with&amp;nbsp;&lt;SPAN&gt;Data Input Table screen.&lt;BR /&gt;the column list on the left?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 08:09:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/917463#M107710</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-12-04T08:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Step by Step Wrap Text in Tabulate Column Titles</title>
      <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918418#M107783</link>
      <description>&lt;P&gt;Below is a screenshot of what I would like to achieve within the Demand Input Table - Tabulated window&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ABVariableKoala_0-1765227106281.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88543i580465C42D69D25B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ABVariableKoala_0-1765227106281.png" alt="ABVariableKoala_0-1765227106281.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 20:52:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918418#M107783</guid>
      <dc:creator>ABVariableKoala</dc:creator>
      <dc:date>2025-12-08T20:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Step by Step Wrap Text in Tabulate Column Titles</title>
      <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918419#M107784</link>
      <description>&lt;P&gt;Below is a screenshot of what I would like to achieve within the Demand Input Table - Tabulated window&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ABVariableKoala_0-1765227106281.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88543i580465C42D69D25B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ABVariableKoala_0-1765227106281.png" alt="ABVariableKoala_0-1765227106281.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 20:53:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918419#M107784</guid>
      <dc:creator>ABVariableKoala</dc:creator>
      <dc:date>2025-12-08T20:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Step by Step Wrap Text in Tabulate Column Titles</title>
      <link>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918422#M107785</link>
      <description>&lt;P&gt;I had hoped that adding the wrap to the input table would do the trick, but it didn't.&lt;BR /&gt;Tabulate seems to prefer single-line headers. Hard to convince!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1765228024788.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88544iEC90C414E64F4E4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1765228024788.png" alt="hogi_0-1765228024788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;On the other hand: has an effect on the&amp;nbsp; vertical axis - somehow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1765228112642.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88545i7B30282EED3DE50F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1765228112642.png" alt="hogi_1-1765228112642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "test",
	Add Rows( 5 ),
	Compress File When Saved( 1 ),
	New Column( "Fixtures&amp;amp; Cables",
	),
	New Column( "Fixture QTY",
	),
	New Column( "EST. SHIP",
	),&lt;BR /&gt;   New column ("value"),
	Group Columns( "myGroup", :"Fixtures&amp;amp; Cables"n, 3 )
);

//-------try this: -------------
dt = current data table();
cols= dt &amp;lt;&amp;lt; get column references;
for each({col}, cols,
colname =  col &amp;lt;&amp;lt; get name;
col &amp;lt;&amp;lt; set name (substitute(colname, " ", "\!n" )));

// .... no change ......
Tabulate(
	Add Table(
		Column Table(
			Analysis Columns( :"Fixtures&amp;amp;Cables"n, :"FixtureQTY"n, :"EST.SHIP"n )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 21:14:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Step-by-Step-Wrap-Text-in-Tabulate-Column-Titles/m-p/918422#M107785</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-12-08T21:14:32Z</dc:date>
    </item>
  </channel>
</rss>

