<?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: Journal in 2 or 3 columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743757#M92345</link>
    <description>&lt;P&gt;I think you can just wrap them in H List Box (Or Lineup Box(N Col(2))&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt1 = open("$SAMPLE_DATA/Big Class.jmp");
dt2 = open("$SAMPLE_DATA/Big Class Families.jmp");

Current Journal();

H List Box(dt1 &amp;lt;&amp;lt; get as report, dt2 &amp;lt;&amp;lt; get as report) &amp;lt;&amp;lt; journal;

Close(dt1, nosave);
Close(dt2, nosave);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 13:59:41 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-03T13:59:41Z</dc:date>
    <item>
      <title>Journal in 2 or 3 columns</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743754#M92343</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I calculated 2 tables &lt;STRONG&gt;HOT_per_skew&lt;/STRONG&gt; and &lt;STRONG&gt;COLD_per_skew&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when I added these 2 tables to the Journal, I got the vertical position.&lt;/P&gt;&lt;P&gt;My question is, how can I present these 2 tables in a Horizontal position by JSL script?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HOT_per_skew &amp;lt;&amp;lt; Journal ( ) &amp;lt;&amp;lt; Close Window ( );&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;COLD_per_skew&amp;lt;&amp;lt; Journal ( ) &amp;lt;&amp;lt; Close Window ( );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dennisbur_0-1712151773145.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63023i7D99BC10925A8B16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dennisbur_0-1712151773145.png" alt="Dennisbur_0-1712151773145.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 13:44:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743754#M92343</guid>
      <dc:creator>Dennisbur</dc:creator>
      <dc:date>2024-04-03T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Journal in 2 or 3 columns</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743757#M92345</link>
      <description>&lt;P&gt;I think you can just wrap them in H List Box (Or Lineup Box(N Col(2))&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt1 = open("$SAMPLE_DATA/Big Class.jmp");
dt2 = open("$SAMPLE_DATA/Big Class Families.jmp");

Current Journal();

H List Box(dt1 &amp;lt;&amp;lt; get as report, dt2 &amp;lt;&amp;lt; get as report) &amp;lt;&amp;lt; journal;

Close(dt1, nosave);
Close(dt2, nosave);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 13:59:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743757#M92345</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-03T13:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Journal in 2 or 3 columns</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743849#M92357</link>
      <description>&lt;P&gt;Thank you!&lt;BR /&gt;BTW also, do I have the option to add text in the Journal by script JSL?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:05:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743849#M92357</guid>
      <dc:creator>Dennisbur</dc:creator>
      <dc:date>2024-04-03T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Journal in 2 or 3 columns</title>
      <link>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743864#M92358</link>
      <description>&lt;P&gt;You can use Text boxes&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt1 = open("$SAMPLE_DATA/Big Class.jmp");
dt2 = open("$SAMPLE_DATA/Big Class Families.jmp");

Current Journal();

H List Box(dt1 &amp;lt;&amp;lt; get as report, dt2 &amp;lt;&amp;lt; get as report) &amp;lt;&amp;lt; journal;

Close(dt1, nosave);
Close(dt2, nosave);

Text Box("My text") &amp;lt;&amp;lt; Journal;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but I would suggest you build your report in new window and then turn it into journal when it is ready (this can be a bit difficult with reports)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt1 = open("$SAMPLE_DATA/Big Class.jmp");
dt2 = open("$SAMPLE_DATA/Big Class Families.jmp");

nw = New Window("",
	V List Box(
		Text Box("My Text")
	),
	H List Box(
		dt1 &amp;lt;&amp;lt; get as report, 
		dt2 &amp;lt;&amp;lt; get as report
	);
);

nw &amp;lt;&amp;lt; journal;
nw &amp;lt;&amp;lt; close window&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/17.2/#page/jmp/display-trees.shtml#" target="_blank"&gt;https://www.jmp.com/support/help/en/17.2/#page/jmp/display-trees.shtml#&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:09:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Journal-in-2-or-3-columns/m-p/743864#M92358</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-03T16:09:26Z</dc:date>
    </item>
  </channel>
</rss>

