<?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: Output data table into pdf being truncated into few pages in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51578#M29243</link>
    <description>Glad that worked for you!</description>
    <pubDate>Tue, 20 Feb 2018 05:34:43 GMT</pubDate>
    <dc:creator>cwillden</dc:creator>
    <dc:date>2018-02-20T05:34:43Z</dc:date>
    <item>
      <title>Output data table into pdf being truncated into few pages</title>
      <link>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51358#M29122</link>
      <description>&lt;P&gt;Hi JMP expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to export my data table into a journal and save into a pdf. But i found that my data table is being truncated. I want the data table to display in full in PDF. Please advise. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my JSL script and input file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 02:39:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51358#M29122</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2018-02-15T02:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Output data table into pdf being truncated into few pages</title>
      <link>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51392#M29132</link>
      <description>&lt;P&gt;Do you absolutely need to use New Data Box to put the table in there?&amp;nbsp; If you journal the table as just a display box table, you can pretty easily get it to display the whole table in the pdf.&amp;nbsp; Of course, you lose everything in the left pane of the data table window, but I wasn't sure you would really want that anyway.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nw = New Window("Reports", &amp;lt;&amp;lt;Journal,
    hlb = H List Box(
		lub = Lineup Box( 
			N Col( 1 ) ,
			ob_sum = Outline Box( "Statistic Summary"), 
			ob_trend = Outline Box("Boxplot")
		);
    );
);&lt;BR /&gt;
rpt = Current Data Table() &amp;lt;&amp;lt; Get As Report;&lt;BR /&gt;ob_sum &amp;lt;&amp;lt; Append(rpt);&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You might have to manually enlarge the table to get rid of a scroll bar in the Journal by dragging the bottom edge down, but once that is gone, it will display the whole table in the .pdf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***Edit: I found an easy way to get rid of the scroll bar with JSL.&amp;nbsp; Replace the last 2 lines with this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ob_sum &amp;lt;&amp;lt; Append( rpt = Current Data Table() &amp;lt;&amp;lt; Get As Report;);
rpt[TableBox(1)] &amp;lt;&amp;lt; Set Scrollable(0,0);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Feb 2018 16:21:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51392#M29132</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-02-15T16:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output data table into pdf being truncated into few pages</title>
      <link>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51571#M29238</link>
      <description>&lt;P&gt;Hi cwillden,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. Your solution work for me. Thanks a bunch!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 02:27:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51571#M29238</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2018-02-20T02:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Output data table into pdf being truncated into few pages</title>
      <link>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51578#M29243</link>
      <description>Glad that worked for you!</description>
      <pubDate>Tue, 20 Feb 2018 05:34:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Output-data-table-into-pdf-being-truncated-into-few-pages/m-p/51578#M29243</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-02-20T05:34:43Z</dc:date>
    </item>
  </channel>
</rss>

