<?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 Access script of each journal outline box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Access-script-of-each-journal-outline-box/m-p/797891#M97374</link>
    <description>&lt;P&gt;Is there a way to access each individual report inside a journal as a script. i am writing a script where i want to access each report inside a jounral and modify some of their properties using jsl script? so is there a way to access individual script of reports in journal and modify them in jsl to reflect on the journal ? kindly guide&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 15:01:51 GMT</pubDate>
    <dc:creator>ComplexNerd</dc:creator>
    <dc:date>2024-09-11T15:01:51Z</dc:date>
    <item>
      <title>Access script of each journal outline box</title>
      <link>https://community.jmp.com/t5/Discussions/Access-script-of-each-journal-outline-box/m-p/797891#M97374</link>
      <description>&lt;P&gt;Is there a way to access each individual report inside a journal as a script. i am writing a script where i want to access each report inside a jounral and modify some of their properties using jsl script? so is there a way to access individual script of reports in journal and modify them in jsl to reflect on the journal ? kindly guide&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 15:01:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Access-script-of-each-journal-outline-box/m-p/797891#M97374</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-09-11T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access script of each journal outline box</title>
      <link>https://community.jmp.com/t5/Discussions/Access-script-of-each-journal-outline-box/m-p/797913#M97377</link>
      <description>&lt;P&gt;If you create a journal&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to here(1);
jr = new window("test", &amp;lt;&amp;lt;journal);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then you create a structure within the journal by either using the tool bar within the journal, or selecting and dragging outline boxes into the journal&lt;/P&gt;
&lt;DIV id="tinyMceEditor_cdca8f5115adctxnelson_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1726068778894.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68139i419E354E398215F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1726068778894.png" alt="txnelson_1-1726068778894.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can access the script for the outline box as&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;theScript = jr("height")&amp;lt;&amp;lt;get script;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;V List Box(
	V List Box( V List Box() ),
	OutlineBox,
	Outline Box(
		V List Box(
			V List Box(
				Picture Box(
					Border Box(
						ScaleBox(
							ScaleBox(
								ScaleBox(
									ScaleBox(
										Border Box(
											H List Box(
												Border Box( AxisBox ),
												V List Box(
													Picture Box(
														Border Box( FrameBox )
													)
												),
												Picture Box( ScaleBox( FrameBox ) )
											)
										)
									)
								)
							)
						)
					)
				),
				V List Box()
			),
			V List Box(
				Outline Box(
					Table Box(
						String Col Box( "100.0%",
							"99.5%",
							"97.5%",
							"90.0%",
							"75.0%",
							"50.0%",
							"25.0%",
							"10.0%",
							"2.5%",
							"0.5%",
							"0.0%"
						),
						String Col Box( "maximum",
							"",
							"",
							"",
							"quartile",
							"median",
							"quartile",
							"",
							"",
							"",
							"minimum"
						),
						Number Col Box( Set Format( "Best", 12 ),
							Array(
								70, 70, 69.975, 68, 65, 63, 60.25, 56.2, 51.025, 51,
								51
							)
						)
					)
				),
				V List Box(
					Outline Box(
						V List Box(
							Table Box(
								String Col Box( "Mean",
									"Std Dev",
									"Std Err Mean",
									"Upper 95% Mean",
									"Lower 95% Mean",
									"N",
									"N Missing"
								),
								Number Col Box( Set Format( "Best", 9 ),
									Array(
										62.55, 4.24233849397192, 0.670772612317988,
										63.9067656723449, 61.1932343276551, 40, 0
									)
								)
							)
						)
					)
				)
			)
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Observing where you appear to be going with your use of JSL, I suggest that you take the time to read the Scripting Guide available under the Help Pull Down Menu.&amp;nbsp; All of these concepts are covered in the guide.&amp;nbsp; It will make your life easier and your learning of JSL faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 15:37:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Access-script-of-each-journal-outline-box/m-p/797913#M97377</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-09-11T15:37:16Z</dc:date>
    </item>
  </channel>
</rss>

