<?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: Getting Framebox text in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592815#M79677</link>
    <description>&lt;P&gt;When I show(seg),&amp;nbsp;seg = DisplaySeg[]; is returned. Do you know what this is? I'm looking for the UCL value, or that entire string, because it's easy to extract what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I modify my Try 1, nynum1 ends up empty. Do you know why? It seems the framebox is found, but nothing is returned.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;mynum1 = report(myrpt)[ Framebox(83) ] &amp;lt;&amp;lt; Get text;
show( mynum1 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 Jan 2023 18:50:53 GMT</pubDate>
    <dc:creator>StarfruitBob</dc:creator>
    <dc:date>2023-01-24T18:50:53Z</dc:date>
    <item>
      <title>Getting Framebox text</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592766#M79673</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get text from a framebox, but I haven't figured out the syntax for doing this. Can someone help?&lt;BR /&gt;&lt;BR /&gt;I've adapted script from this thread, but find it doesn't seem to work for what I'm looking for.&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/JSL-Retrieve-Selected-Frame-Box/m-p/14552" target="_blank"&gt;https://community.jmp.com/t5/Discussions/JSL-Retrieve-Selected-Frame-Box/m-p/14552&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have another script that grabs numbers from the profiler graphing tool, and I've adapted that, but I think I haven't modified that properly either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = open("$SAMPLE_DATA/Blood Pressure.jmp");

myrpt = Multivariate(
	Y( :BP 8M, :BP 12M, :BP 6M, :BP 8W, :BP 12W, :BP 6W, :BP 8F, :BP 12F, :BP 6F ),
	Estimation Method( "Row-wise" ),
	Scatterplot Matrix( 1 ),
	Jackknife Distances( 1 ),
	SendToReport(
		Dispatch( {}, "Correlations", OutlineBox, {Close( 1 )} ),
		Dispatch( {}, "Scatterplot Matrix", OutlineBox, {Close( 1 )} )
	)
);

myrpt &amp;lt;&amp;lt; Show tree structure;

// Try 1
mynum1 = myrpt[ Framebox(83) ] &amp;lt;&amp;lt; Get text; // Send error
show( mynum1 );

// Try 2
mynum2 = Num( Report( myrpt )["Multivariate", Framebox( 83 )] &amp;lt;&amp;lt; Get Text );
show( mynum2 );  // Empty

// Try 3
mynum3 = Num( Report( myrpt )["Jackknife Distances", Framebox( 83 )] &amp;lt;&amp;lt; Get Text ); // Send error
show( mynum3 );

report( myrpt ) &amp;lt;&amp;lt; Close report;&lt;/CODE&gt;&lt;/PRE&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="StarfruitBob_0-1674582561249.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49405iE58D801440D15AD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StarfruitBob_0-1674582561249.png" alt="StarfruitBob_0-1674582561249.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StarfruitBob_1-1674582590809.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49406i6A57E1F1D6275A46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StarfruitBob_1-1674582590809.png" alt="StarfruitBob_1-1674582590809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a guide on how to get data from different parts of the tree structure?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:41:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592766#M79673</guid>
      <dc:creator>StarfruitBob</dc:creator>
      <dc:date>2023-06-08T16:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Framebox text</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592812#M79676</link>
      <description>&lt;P&gt;For Jackknife Distances you could first save the distances to data table and then get the "Jackknife Value" column property value&lt;LI-MESSAGE title="Jackknife Predicted Values" uid="6189" url="https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/6189#U6189" 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; .&lt;/P&gt;
&lt;P&gt;Or you can get the line seg value from the graph&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = open("$SAMPLE_DATA/Blood Pressure.jmp");

myrpt = Multivariate(
	Y( :BP 8M, :BP 12M, :BP 6M, :BP 8W, :BP 12W, :BP 6W, :BP 8F, :BP 12F, :BP 6F ),
	Estimation Method( "Row-wise" ),
	Scatterplot Matrix( 1 ),
	Jackknife Distances( 1 ),
	SendToReport(
		Dispatch( {}, "Correlations", OutlineBox, {Close( 1 )} ),
		Dispatch( {}, "Scatterplot Matrix", OutlineBox, {Close( 1 )} )
	)
);

frame = Report(myrpt)[Framebox(82)];
seg = (frame &amp;lt;&amp;lt; Find Seg(Line Seg(1)));
seg &amp;lt;&amp;lt; get y values;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:38:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592812#M79676</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-01-24T18:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Framebox text</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592815#M79677</link>
      <description>&lt;P&gt;When I show(seg),&amp;nbsp;seg = DisplaySeg[]; is returned. Do you know what this is? I'm looking for the UCL value, or that entire string, because it's easy to extract what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I modify my Try 1, nynum1 ends up empty. Do you know why? It seems the framebox is found, but nothing is returned.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;mynum1 = report(myrpt)[ Framebox(83) ] &amp;lt;&amp;lt; Get text;
show( mynum1 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:50:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592815#M79677</guid>
      <dc:creator>StarfruitBob</dc:creator>
      <dc:date>2023-01-24T18:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Framebox text</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592818#M79678</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = open("$SAMPLE_DATA/Blood Pressure.jmp");

myrpt = Multivariate(
	Y( :BP 8M, :BP 12M, :BP 6M, :BP 8W, :BP 12W, :BP 6W, :BP 8F, :BP 12F, :BP 6F ),
	Estimation Method( "Row-wise" ),
	Scatterplot Matrix( 1 ),
	Jackknife Distances( 1 ),
	SendToReport(
		Dispatch( {}, "Correlations", OutlineBox, {Close( 1 )} ),
		Dispatch( {}, "Scatterplot Matrix", OutlineBox, {Close( 1 )} )
	)
);

myrpt &amp;lt;&amp;lt; Jackknife Distances( 1, Save Jackknife Distances );
jd1 = dt:Jackknife Distances &amp;lt;&amp;lt; get property("Jackknife Value");
show(jd1);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is an alternate way to get the value I seek.&amp;nbsp; Thank you for guiding me towards the column properties,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 19:01:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-Framebox-text/m-p/592818#M79678</guid>
      <dc:creator>StarfruitBob</dc:creator>
      <dc:date>2023-01-24T19:01:32Z</dc:date>
    </item>
  </channel>
</rss>

