<?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: Variability Chart Naming in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47912#M27273</link>
    <description>&lt;P&gt;After changing the title as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4767"&gt;@Bill_Worley&lt;/a&gt;&amp;nbsp;suggested you can save the script to the script window and see how to do the same thing through JSL.&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="JMPScreenSnapz165.png" style="width: 399px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8517i3D69AD51A21D8C69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz165.png" alt="JMPScreenSnapz165.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
Variability Chart(
	Y( :height ),
	X( :age ),
	Max Iter( 100 ),
	Conv Limit( 0.00000001 ),
	Number Integration Abscissas( 128 ),
	Number Function Evals( 65536 ),
	Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),
	Std Dev Chart( 0 ),
	SendToReport(
		Dispatch( {}, "Variability Gauge", OutlineBox, {Set Title( "Quarter" )} )
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Nov 2017 22:16:28 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2017-11-29T22:16:28Z</dc:date>
    <item>
      <title>Variability Chart Naming</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47865#M27261</link>
      <description>&lt;P&gt;I have brought in some data from an sql table and made a variability graph which I would like to change the name using a script to change name based on the product name in the column. I have looked through the message boards and have not been able to find one. I will attach a copy of the data and graph. Per the data table I would like to name the chart to "Quarter" from the size column.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 18:27:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47865#M27261</guid>
      <dc:creator>mallen810</dc:creator>
      <dc:date>2017-11-29T18:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Chart Naming</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47880#M27269</link>
      <description>&lt;P&gt;Hello Mallen810,&lt;/P&gt;
&lt;P&gt;There is an alternative to your scripting request in that you can double click on the header "Variability Gauge" and change the name there to "Quarter".&amp;nbsp; You can then save that script to the data table and you can then modify the script to fit whatever title you need for the variability chart output.&amp;nbsp; That script can&amp;nbsp;also be copied to any data table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture3.JPG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8497iC5C846C87A595D94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture3.JPG" alt="Capture3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One other thing, I could not get your PowerPoint slide to open properly so, hopefully this is what you are looking for.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 19:59:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47880#M27269</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2017-11-29T19:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Chart Naming</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47885#M27271</link>
      <description>Thanks for the quick response. That will work for what I am trying to do. I just have to remember to change the name each time I run the query.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2017 20:52:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47885#M27271</guid>
      <dc:creator>mallen810</dc:creator>
      <dc:date>2017-11-29T20:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Chart Naming</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47912#M27273</link>
      <description>&lt;P&gt;After changing the title as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4767"&gt;@Bill_Worley&lt;/a&gt;&amp;nbsp;suggested you can save the script to the script window and see how to do the same thing through JSL.&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="JMPScreenSnapz165.png" style="width: 399px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8517i3D69AD51A21D8C69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz165.png" alt="JMPScreenSnapz165.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
Variability Chart(
	Y( :height ),
	X( :age ),
	Max Iter( 100 ),
	Conv Limit( 0.00000001 ),
	Number Integration Abscissas( 128 ),
	Number Function Evals( 65536 ),
	Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),
	Std Dev Chart( 0 ),
	SendToReport(
		Dispatch( {}, "Variability Gauge", OutlineBox, {Set Title( "Quarter" )} )
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Nov 2017 22:16:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-Naming/m-p/47912#M27273</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-11-29T22:16:28Z</dc:date>
    </item>
  </channel>
</rss>

