<?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: JMP Script: Problem with a Link Platform in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Script-Problem-with-a-Link-Platform/m-p/625008#M82386</link>
    <description>&lt;P&gt;I can't say for sure without seeing the data table you're working with or the full script, but my guess is that the Column Switcher message on line 4 isn't successfully creating a column switcher. For example, if the first argument isn't a reference to a column in RAW_DATA_TABLE, then the column switcher is not successfully created, which means that Get List can't return a list of columns as the argument for N Items.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure that :Name( "Y" ) is returning the column reference you expect and that without_limits is a list of column references.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2023 20:10:31 GMT</pubDate>
    <dc:creator>Ross_Metusalem</dc:creator>
    <dc:date>2023-04-21T20:10:31Z</dc:date>
    <item>
      <title>JMP Script: Problem with a Link Platform</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Script-Problem-with-a-Link-Platform/m-p/623756#M82263</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am trying to make a window integrating a platform link which makes:&lt;/P&gt;&lt;P&gt;- a statistic table,&lt;/P&gt;&lt;P&gt;- and a graph&lt;/P&gt;&lt;P&gt;The statistic table and graph is based on the user selection integrating a column switcher.&lt;/P&gt;&lt;P&gt;At the end, all is linked with the platform link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did the exact same programming based on two different list.&lt;/P&gt;&lt;P&gt;One of the is working really well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the second one, I get this message:&lt;/P&gt;&lt;P&gt;"The Number of items() argument must be a list when accessing or evaluating "N items", ..."&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sebastienlg_0-1681896512026.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52081i1DBDEDA3CB008D33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sebastienlg_0-1681896512026.png" alt="Sebastienlg_0-1681896512026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my program:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table( RAW_DATA_TABLE );
	New Window( "Test",
		V List Box(
			coltstst1 = RAW_DATA_TABLE &amp;lt;&amp;lt; Column Switcher( :Name( "Y" ), without_limits ),
			Cadreall1 = Tabulate(
				Show Control Panel( 0 ),
				Add Table(
					Row Table( Analysis Columns( :"Y" ), Statistics( N ) ),
					Row Table( Analysis Columns( :Date ), Statistics( Min, Max ) )
				),
			), 

		// Création des statistiques descriptives
			graph1 = Control Chart Builder(
				Size( 534, 450 ),
				Show Two Shewhart Charts( 0 ),
				Show Control Panel( 0 ),
				Sort by Row Order( 1 ),
				Show Limit Summaries( 0 ),
				Variables( Subgroup( :Numéro de lot ), Y( "Y" ), Phase( :"Version" ) ),
				Chart( Points( Statistic( "Individual" ) ), Limits( Sigma( "Moving Range" ), Show Lower Limit( 0 ), Show Upper Limit( 0 ) ) ),
				SendToReport( Dispatch( {}, "Control Chart Builder", OutlineBox, {Set Title( "Représentation graphique" )} ) )
			)
		)
	);
	
	coltstst1 &amp;lt;&amp;lt; Link Platform( table1 );
	coltstst1 &amp;lt;&amp;lt; Link Platform( Cadreall1 );
	coltstst1 &amp;lt;&amp;lt; Link Platform( graph1 );

	ncols1 = N Items( coltstst1 &amp;lt;&amp;lt; get list );

...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any idea of the problem?&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:08:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Script-Problem-with-a-Link-Platform/m-p/623756#M82263</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2023-06-09T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Script: Problem with a Link Platform</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Script-Problem-with-a-Link-Platform/m-p/625008#M82386</link>
      <description>&lt;P&gt;I can't say for sure without seeing the data table you're working with or the full script, but my guess is that the Column Switcher message on line 4 isn't successfully creating a column switcher. For example, if the first argument isn't a reference to a column in RAW_DATA_TABLE, then the column switcher is not successfully created, which means that Get List can't return a list of columns as the argument for N Items.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure that :Name( "Y" ) is returning the column reference you expect and that without_limits is a list of column references.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 20:10:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Script-Problem-with-a-Link-Platform/m-p/625008#M82386</guid>
      <dc:creator>Ross_Metusalem</dc:creator>
      <dc:date>2023-04-21T20:10:31Z</dc:date>
    </item>
  </channel>
</rss>

