<?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: JSL: Layout( ‘Arrange in Rows’) is lost during jounalizing by scripting in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817130#M99647</link>
    <description>&lt;P&gt;jrn1 will contain multiple references of bivariate platform, you want to only use one of them (or rather even higher level). You can modify your script like this for example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

kin1 = Current Data Table();
jrn1 = kin1 &amp;lt;&amp;lt; Bivariate(
	Y(:response),
	X(:time),
	Size(400, 325),
	Fit Each Value({Line Color({212, 73, 88})}),
	By(:ID),
	Group Options(Layout("Arrange in Rows", N Across(2))),

);
Current Report()[Outline Box(1)] &amp;lt;&amp;lt; setTitle("Kinetics"); //Adjust the header retroperspectively 
(jrn1[1] &amp;lt;&amp;lt; Top Parent)&amp;lt;&amp;lt; Journal;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1732187435596.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70467iF39E9BED143172D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1732187435596.png" alt="jthi_0-1732187435596.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 11:10:41 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-11-21T11:10:41Z</dc:date>
    <item>
      <title>JSL: Layout( ‘Arrange in Rows’) is lost during jounalizing by scripting</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817109#M99645</link>
      <description>&lt;P&gt;Dear JMP Community,&lt;/P&gt;&lt;P&gt;I stumbled across the following issue while scripting (example attached):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I use the following script, “jrn1 &amp;lt;&amp;lt; Journal;” results in the transfer to the journal, but &lt;STRONG&gt;without&lt;/STRONG&gt; “Group Options( Layout( ‘Arrange in Rows’, N Across( 2 ) ) ),”.&lt;/LI&gt;&lt;LI&gt;If I use the manual option (Edit &amp;gt;&amp;gt; Journal or Crtl + J), the two-column layout is &lt;STRONG&gt;retained&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there another “journal syntax” that retains the layout that I am not aware of or is this a bug?&lt;/P&gt;&lt;P&gt;Do I have another option than formatting the journal layout via “H List Box ()”?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steffi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;kin1 = current data table();&lt;BR /&gt;&lt;BR /&gt;jrn1 = kin1 &amp;lt;&amp;lt; Bivariate(
	Y( :response ),
	X( :time),
	Size(400, 325),
	Fit Each Value( {Line Color( {212, 73, 88} )} ),
	By( :ID ),
	Group Options( Layout( "Arrange in Rows", N Across( 2 ) ) ),
);
Current Report()[OutlineBox(1)] &amp;lt;&amp;lt; setTitle("Kinetics"); //Adjust the header retroperspectively 
jrn1 &amp;lt;&amp;lt; Journal;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;jrn&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:01:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817109#M99645</guid>
      <dc:creator>SteffiTryToJump</dc:creator>
      <dc:date>2024-11-21T11:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Layout( ‘Arrange in Rows’) is lost during jounalizing by scripting</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817130#M99647</link>
      <description>&lt;P&gt;jrn1 will contain multiple references of bivariate platform, you want to only use one of them (or rather even higher level). You can modify your script like this for example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

kin1 = Current Data Table();
jrn1 = kin1 &amp;lt;&amp;lt; Bivariate(
	Y(:response),
	X(:time),
	Size(400, 325),
	Fit Each Value({Line Color({212, 73, 88})}),
	By(:ID),
	Group Options(Layout("Arrange in Rows", N Across(2))),

);
Current Report()[Outline Box(1)] &amp;lt;&amp;lt; setTitle("Kinetics"); //Adjust the header retroperspectively 
(jrn1[1] &amp;lt;&amp;lt; Top Parent)&amp;lt;&amp;lt; Journal;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1732187435596.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70467iF39E9BED143172D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1732187435596.png" alt="jthi_0-1732187435596.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:10:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817130#M99647</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-21T11:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Layout( ‘Arrange in Rows’) is lost during jounalizing by scripting</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817134#M99648</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="Save Journal overwrites graphs of Fit Group" uid="774140" url="https://community.jmp.com/t5/Discussions/Save-Journal-overwrites-graphs-of-Fit-Group/m-p/774140#U774140" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;is similar post as this but If I remember correctly there is one even better method BUT it is extremely difficult to find or remember... if I manage to find it, I will edit this response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: Finally managed to find it. It is extremely difficult (in my opinion) to find but here it is: use Return Group(1) on Group Options (I have added this to my personal tips&amp;amp;tricks file so hopefully I will find it easier next time someone has similar problem)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

kin1 = Current Data Table();
jrn1 = kin1 &amp;lt;&amp;lt; Bivariate(
	Y(:response),
	X(:time),
	Size(400, 325),
	Fit Each Value({Line Color({212, 73, 88})}),
	By(:ID),
	Group Options(Layout("Arrange in Rows", N Across(2)), Return Group(1)),

);
Current Report()[Outline Box(1)] &amp;lt;&amp;lt; setTitle("Kinetics"); //Adjust the header retroperspectively 
jrn1 &amp;lt;&amp;lt; Journal;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Open Help(
	"Scripting Index",
	Search(
		Term("Group Options"),
		Match(
				{"Contains Terms",
				"Match All Terms",
				"Ignore Case"}
		)
	),
	IndexContext(
		Category("All Categories"),
		Object("Search results"),
		Method("Group Options")
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1732188677683.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70472i5D68B2E0F042EC52/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_0-1732188677683.png" alt="jthi_0-1732188677683.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:34:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Layout-Arrange-in-Rows-is-lost-during-jounalizing-by/m-p/817134#M99648</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-21T11:34:33Z</dc:date>
    </item>
  </channel>
</rss>

