<?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: Set title not working in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62410#M33653</link>
    <description>&lt;P&gt;Change the title manually by double-clicking on it.&amp;nbsp; Then click the red triangle and select Script &amp;gt; Save to script window.&amp;nbsp; That will show you the proper syntax.&amp;nbsp; Here's an example with the Membrane dataset:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = open("$sample_data\Membrane.jmp");
dt &amp;lt;&amp;lt; Oneway(
	Y( :Count1 ),
	X( :Brand ),
	Each Pair( 1 ),
	With Best( 1 ),
	Means( 1 ),
	Mean Diamonds( 1 ),
	Comparison Circles( 1 ),
	SendToReport(
		Dispatch(
			{},
			"Oneway Analysis of Count1 By Brand",
			OutlineBox,
			{Set Title( "Custom Title" )}
		),
		Dispatch(
			{"Means Comparisons", "Comparisons with the best using Hsu's MCB",
			"LSD Threshold Matrix"},
			"If a column has any negative values",
			TextBox,
			{Set Wrap( 361 )}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 10 Jul 2018 12:35:00 GMT</pubDate>
    <dc:creator>pmroz</dc:creator>
    <dc:date>2018-07-10T12:35:00Z</dc:date>
    <item>
      <title>JSL: Set title not working</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62407#M33650</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm trying to script a trend chart and set a title, it's working on bivariate but not working on oneway. anyone can help to advice? thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;trend_R14toCu = V List Box (For( k = 1, k &amp;lt;= N Items( Conf ), k++, joindt &amp;lt;&amp;lt; Oneway(
Y( :Name( "FVIM - R14 to Cu" ) ),
X( :Point_Wafer ),
Means and Std Dev( 0 ),
Mean Lines( 1 ),
Mean Error Bars( 1 ),
Std Dev Lines( 1 ),
Connect Means( 1 ),
Where( :Config == Conf[k] ),
SendToReport(
Dispatch(
{},
"Oneway Analysis of FVIM - R14 to Cu By Point_Wafer Config=A",
OutlineBox,
{Set Title( "I want to update title here" )}
),
Dispatch(
{},
"1",
ScaleBox,
{Max( 500 ), Min(400),
Add Ref Line(R14toCu_lsl,"Solid","Medium Dark Red","LSL = 461",2), 
Add Ref Line(R14toCu_usl, "Solid", "Medium Dark Red", "USL = 500", 2 )}
)
)
)
)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:19:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62407#M33650</guid>
      <dc:creator>jamesloh</dc:creator>
      <dc:date>2018-07-10T06:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Set title not working</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62410#M33653</link>
      <description>&lt;P&gt;Change the title manually by double-clicking on it.&amp;nbsp; Then click the red triangle and select Script &amp;gt; Save to script window.&amp;nbsp; That will show you the proper syntax.&amp;nbsp; Here's an example with the Membrane dataset:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = open("$sample_data\Membrane.jmp");
dt &amp;lt;&amp;lt; Oneway(
	Y( :Count1 ),
	X( :Brand ),
	Each Pair( 1 ),
	With Best( 1 ),
	Means( 1 ),
	Mean Diamonds( 1 ),
	Comparison Circles( 1 ),
	SendToReport(
		Dispatch(
			{},
			"Oneway Analysis of Count1 By Brand",
			OutlineBox,
			{Set Title( "Custom Title" )}
		),
		Dispatch(
			{"Means Comparisons", "Comparisons with the best using Hsu's MCB",
			"LSD Threshold Matrix"},
			"If a column has any negative values",
			TextBox,
			{Set Wrap( 361 )}
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jul 2018 12:35:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62410#M33653</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-07-10T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Set title not working</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62582#M33753</link>
      <description>thanks so much!</description>
      <pubDate>Thu, 12 Jul 2018 02:02:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Set-title-not-working/m-p/62582#M33753</guid>
      <dc:creator>jamesloh</dc:creator>
      <dc:date>2018-07-12T02:02:18Z</dc:date>
    </item>
  </channel>
</rss>

