<?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: Make combined data table with script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515506#M74222</link>
    <description>&lt;P&gt;This fixed it:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;platform[1][Outline Box( "Variance Components" )][Table Box( 1 )]&amp;lt;&amp;lt;
Make Combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Jun 2022 10:54:31 GMT</pubDate>
    <dc:creator>Agustin</dc:creator>
    <dc:date>2022-06-29T10:54:31Z</dc:date>
    <item>
      <title>Make combined data table with script</title>
      <link>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/514947#M74176</link>
      <description>&lt;P&gt;Hi I'm using the Variability chart and looking at the variance components. When I right click the Variance components table it gives me the option to make combined data table, is it possible to translate this step to jsl instead of the manual right click?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:02:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/514947#M74176</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2023-06-09T17:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Make combined data table with script</title>
      <link>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515046#M74181</link>
      <description>&lt;P&gt;Do it manually and take a look at the table that is produced.&amp;nbsp; It will contain a table script which contains the JSL to produce the same outcome.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 15:52:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515046#M74181</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2022-06-28T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make combined data table with script</title>
      <link>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515457#M74214</link>
      <description>&lt;P&gt;Hi David, how do I look at the table script? I tried using the log functionality but it didn't show anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 10:13:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515457#M74214</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2022-06-29T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Make combined data table with script</title>
      <link>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515486#M74218</link>
      <description>&lt;P&gt;Hi I found what you meant however when I try to run it this error comes up:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Agustin_0-1656498565746.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43675iB7BEE8F0B3DA4E8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Agustin_0-1656498565746.png" alt="Agustin_0-1656498565746.png" /&gt;&lt;/span&gt;&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;Names Default To Here( 1 );
platform = Data Table(
	"table"
) &amp;lt;&amp;lt; Variability Chart(
	Y( :measurement ),
	X( :Lot, :Instrument, :Operator, :Site ),
	Model( "Main Effect" ),
	Variance Components( 1 ),
	SendToReport(
		Dispatch(
			{"Variance Components"},
			"CV",
			NumberColBox,
			{Visibility( "Visible" )}
		)
	)
);
Wait( 0 );
Report( platform[1] )[Outline Box( "Variance Components" )][Table Box( 1 )] &amp;lt;&amp;lt;
Make Combined Data Table;
Report( platform[1] ) &amp;lt;&amp;lt; Close Window;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's the code for reference, firstly it's missing several variability charts, but even when I add them manually the same error pops up. Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 10:30:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515486#M74218</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2022-06-29T10:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make combined data table with script</title>
      <link>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515506#M74222</link>
      <description>&lt;P&gt;This fixed it:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;platform[1][Outline Box( "Variance Components" )][Table Box( 1 )]&amp;lt;&amp;lt;
Make Combined Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2022 10:54:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-combined-data-table-with-script/m-p/515506#M74222</guid>
      <dc:creator>Agustin</dc:creator>
      <dc:date>2022-06-29T10:54:31Z</dc:date>
    </item>
  </channel>
</rss>

