<?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: Combining the Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37130#M21802</link>
    <description>&lt;P&gt;Here is a simple script that puts together 3 different variability charts. &amp;nbsp;You need to read the scripting guide to get a well rounded education on how powerful JSL is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );

New Window( "Variability Charts",
	H List Box(
		Variability Chart(
			Y( :NPN1 ),
			X( :SITE ),
			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( 1 )
		),
		Variability Chart(
			Y( :NPN1 ),
			X( :Lot_id ),
			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( 1 )
		),
		Variability Chart(
			Y( :NPN1 ),
			X( :wafer ),
			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( 1 )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 11:08:55 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-03-14T11:08:55Z</dc:date>
    <item>
      <title>Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37125#M21798</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 3 separate variability chart, and now i want to combine all the 3 variability chart together in one interface.&lt;/P&gt;&lt;P&gt;Is it possible &amp;nbsp;the JSL can do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 08:05:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37125#M21798</guid>
      <dc:creator>blue1994</dc:creator>
      <dc:date>2017-03-14T08:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37130#M21802</link>
      <description>&lt;P&gt;Here is a simple script that puts together 3 different variability charts. &amp;nbsp;You need to read the scripting guide to get a well rounded education on how powerful JSL is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );

New Window( "Variability Charts",
	H List Box(
		Variability Chart(
			Y( :NPN1 ),
			X( :SITE ),
			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( 1 )
		),
		Variability Chart(
			Y( :NPN1 ),
			X( :Lot_id ),
			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( 1 )
		),
		Variability Chart(
			Y( :NPN1 ),
			X( :wafer ),
			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( 1 )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 11:08:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37130#M21802</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-03-14T11:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37139#M21807</link>
      <description>&lt;P&gt;Jim's answer is correct, of course, for you specific question. But did you know that you do not need a script to achieve this result?&lt;/P&gt;
&lt;P&gt;With the three Variability Chart platforms open, click the check box in the lower right corner of each platform. They should look like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 168px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5567i1042309C05029B3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now click the black triangle in the same corner and select &lt;STRONG&gt;Combine Windows&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 344px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5568i13C238679BC1CDDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You are given some more choices:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 411px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5569iBEB38A925246C335/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You are done when you click &lt;STRONG&gt;OK&lt;/STRONG&gt; if this dashboard is a one-time thing but if you want to re-use it in the future, click the top left red triangle next to Report:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 179px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5570i04078441426D6583/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This feature is fully described in &lt;STRONG&gt;Help&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Books&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Using JMP&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 12:37:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37139#M21807</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-03-14T12:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37143#M21809</link>
      <description>&lt;P&gt;You could also use File &amp;gt; New &amp;gt; New Dashboard. &amp;nbsp;This has a drag and drop interface with results similar to what&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;shows. &amp;nbsp;It also writes all the JSL for you so you can just use the Save Script &amp;gt; to Data Table under the Dashboard's Red Triangle Menu to get the code built into the data table.&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;M&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 13:39:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37143#M21809</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2017-03-14T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37153#M21814</link>
      <description>&lt;P&gt;And to pile onto my colleagues' &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4530"&gt;@MikeD_Anderson&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;remarks taking it one step further from either the Dashboard path&amp;nbsp;or Combined Windows view, once your window if final, you can, from the JMP main menu bar select&amp;nbsp;File -&amp;gt; Save As -&amp;gt; Save as Type: Interactive HTML with Data and you'll create an HTML object that anybody with a browser can open, view and have limited interactivity which is JMP's hallmark.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:42:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/37153#M21814</guid>
      <dc:creator>Peter_Bartell</dc:creator>
      <dc:date>2017-03-14T19:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/492570#M73345</link>
      <description>&lt;P&gt;Dear Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this proposal to combine the charts. It works.&lt;/P&gt;
&lt;P&gt;Now, I'd like to have the results in one table.&lt;/P&gt;
&lt;P&gt;I did it with "right click" and "Make Combined Data Table".&lt;/P&gt;
&lt;P&gt;It still works. But I'd like to have this piece of code in my script.&lt;/P&gt;
&lt;P&gt;JMP doesn't generate a script/code in a new table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me an advice how to address the boxes correctly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This was a working solution before I combined the charts:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report( platform[1] )[Outline Box( "Gauge R&amp;amp;R" )][Table Box( 1 )] &amp;lt;&amp;lt; Make Combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 May 2022 13:49:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/492570#M73345</guid>
      <dc:creator>Greenhorn</dc:creator>
      <dc:date>2022-05-26T13:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Combining the Chart</title>
      <link>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/492716#M73350</link>
      <description>&lt;P&gt;Here is an example that creates the combined output table you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );

New Window( "Variability Charts",
	H List Box(
		vc = Variability Chart(
			Y( :NPN1 ),
			X( :SITE ),
			Model( "Main Effect" ),
			Historical Sigma( 0 ),
			"Gauge R&amp;amp;R"n( 6, 27.48 ),
			"Gauge R&amp;amp;R Report"n( 1 )
		),
		Variability Chart(
			Y( :NPN1 ),
			X( :lot_id ),
			Model( "Main Effect" ),
			Historical Sigma( 0 ),
			"Gauge R&amp;amp;R"n( 6, 27.48 ),
			"Gauge R&amp;amp;R Report"n( 1 )
		),
		Variability Chart(
			Y( :NPN1 ),
			X( :wafer ),
			Model( "Main Effect" ),
			Historical Sigma( 0 ),
			"Gauge R&amp;amp;R"n( 6, 27.48 ),
			"Gauge R&amp;amp;R Report"n( 1 )
		)
	)
);
report(vc)["Gauge R&amp;amp;R"][TableBox(1)]&amp;lt;&amp;lt;make combined data table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 May 2022 18:32:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combining-the-Chart/m-p/492716#M73350</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-05-25T18:32:52Z</dc:date>
    </item>
  </channel>
</rss>

