<?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 Displaying output in a journal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Displaying-output-in-a-journal/m-p/105581#M38909</link>
    <description>&lt;P&gt;I am using the following script to create a data report and finally save the result as html.The script plots a graph and a table to the right of the graph.Say graph1 and table1.I want to display table2 below table1. To create table2 I use tabulate function and then make into data table function. If I use the data box and append feature again, the table2 is displayed on the right of table1.But I need to below table1.How do I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;result1 = hlistbox(&lt;BR /&gt;outline_1 = Outline Box( "Data for a month ",&lt;/P&gt;&lt;P&gt;daily_graph=daily_summary_sorted&amp;lt;&amp;lt;Graph Builder(&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;pab = Month_Data&amp;lt;&amp;lt;Tabulate();&lt;BR /&gt;dtpab = tab &amp;lt;&amp;lt; Make into data table();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;newdatabox = dtpab &amp;lt;&amp;lt; New Data Box();&lt;/P&gt;&lt;P&gt;result1 &amp;lt;&amp;lt; append(newdatabox);&lt;/P&gt;&lt;P&gt;newdatabox &amp;lt;&amp;lt; close side panels(1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Final_result = New window("Consolidated Data",&lt;/P&gt;&lt;P&gt;vlistbox(result1&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;);&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 22:56:43 GMT</pubDate>
    <dc:creator>ENTHU</dc:creator>
    <dc:date>2019-01-10T22:56:43Z</dc:date>
    <item>
      <title>Displaying output in a journal</title>
      <link>https://community.jmp.com/t5/Discussions/Displaying-output-in-a-journal/m-p/105581#M38909</link>
      <description>&lt;P&gt;I am using the following script to create a data report and finally save the result as html.The script plots a graph and a table to the right of the graph.Say graph1 and table1.I want to display table2 below table1. To create table2 I use tabulate function and then make into data table function. If I use the data box and append feature again, the table2 is displayed on the right of table1.But I need to below table1.How do I do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;result1 = hlistbox(&lt;BR /&gt;outline_1 = Outline Box( "Data for a month ",&lt;/P&gt;&lt;P&gt;daily_graph=daily_summary_sorted&amp;lt;&amp;lt;Graph Builder(&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;pab = Month_Data&amp;lt;&amp;lt;Tabulate();&lt;BR /&gt;dtpab = tab &amp;lt;&amp;lt; Make into data table();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;newdatabox = dtpab &amp;lt;&amp;lt; New Data Box();&lt;/P&gt;&lt;P&gt;result1 &amp;lt;&amp;lt; append(newdatabox);&lt;/P&gt;&lt;P&gt;newdatabox &amp;lt;&amp;lt; close side panels(1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Final_result = New window("Consolidated Data",&lt;/P&gt;&lt;P&gt;vlistbox(result1&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 22:56:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Displaying-output-in-a-journal/m-p/105581#M38909</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2019-01-10T22:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying output in a journal</title>
      <link>https://community.jmp.com/t5/Discussions/Displaying-output-in-a-journal/m-p/105594#M38912</link>
      <description>You are appending your newdatabox into an H List Box(), which will naturally lay items out on a horizontal(side by side) orientation.  If you want to have the item below the first item, then change the H List Box() to a V List Box()</description>
      <pubDate>Fri, 11 Jan 2019 02:47:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Displaying-output-in-a-journal/m-p/105594#M38912</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-01-11T02:47:18Z</dc:date>
    </item>
  </channel>
</rss>

