<?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 tabulate function wrap text in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/tabulate-function-wrap-text/m-p/46935#M26747</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to wrap text/ Fixed width in Tabulate data table. Now I have so many parameters that table becomes long that it's shrinking the size of the graphs(which is of fixed width)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 21:11:16 GMT</pubDate>
    <dc:creator>vishwasanj</dc:creator>
    <dc:date>2017-11-08T21:11:16Z</dc:date>
    <item>
      <title>tabulate function wrap text</title>
      <link>https://community.jmp.com/t5/Discussions/tabulate-function-wrap-text/m-p/46935#M26747</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to wrap text/ Fixed width in Tabulate data table. Now I have so many parameters that table becomes long that it's shrinking the size of the graphs(which is of fixed width)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:11:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/tabulate-function-wrap-text/m-p/46935#M26747</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-11-08T21:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: tabulate function wrap text</title>
      <link>https://community.jmp.com/t5/Discussions/tabulate-function-wrap-text/m-p/46937#M26748</link>
      <description>&lt;P&gt;There is not a build in selection to wrap or display the charts on the horizontal.&amp;nbsp; However, as you know, the components of JMP platform's output can be manipulated.&amp;nbsp; Below is the manipulated output display, and the script that creates the new output&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tabulate.PNG" style="width: 382px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8249iE3CA5D29838C20FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="tabulate.PNG" alt="tabulate.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );
tab = dt &amp;lt;&amp;lt; Tabulate(
	invisible,
	Show Chart( 1 ),
	Show Control Panel( 0 ),
	Add Table(
		Column Table( Analysis Columns( :NPN1 ) ),
		Row Table( Grouping Columns( :lot_id, :wafer ) )
	)
);

nw = New Window( "test",
	H List Box( Report( tab )[tabulatebox( 1 )], Report( tab )[tabulatebox( 2 )] )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:45:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/tabulate-function-wrap-text/m-p/46937#M26748</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-08T21:45:37Z</dc:date>
    </item>
  </channel>
</rss>

