<?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: How to change value in specific columns using scripts in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653415#M84283</link>
    <description>&lt;P&gt;Here is one way to do it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
:WAFER_ID &amp;lt;&amp;lt; Set Name( "PROBE" );

User_Input = New Window( "JMP AUTOMATION",
	&amp;lt;&amp;lt;modal(),
	H List Box( Text Box( "Enter Probe ID:" ), ID_Probe = Text Edit Box( "", &amp;lt;&amp;lt;set width( 200 ) ), ),
	Button Box( "OK",
		ID_ProbeVal = ID_Probe &amp;lt;&amp;lt; get text();
		If( ID_ProbeVal != "",
			Current Data Table():Probe &amp;lt;&amp;lt; set each value( ID_ProbeVal )
		);
	),

);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Jun 2023 19:24:35 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-06-27T19:24:35Z</dc:date>
    <item>
      <title>How to change value in specific columns using scripts</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653372#M84282</link>
      <description>&lt;P&gt;Hello community, i'm new to this JMP. Asking for help for those who know on how to change all value in 1 columns?&lt;/P&gt;&lt;P&gt;I already make the script to rename the columns but how to change also on value depend on text box?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:WAFER_ID &amp;lt;&amp;lt; Set Name( "PROBE" );

User_Input = New Window( "JMP AUTOMATION", &amp;lt;&amp;lt; modal(),
	hlistbox(
		Text Box( "Enter Probe ID:" ),
		ID_Probe = Text Edit Box( "", &amp;lt;&amp;lt;set width( 200 ) ),
	),
	Button Box( "OK", 
		ID_Probe = ID_Probe &amp;lt;&amp;lt; get text();
	),
);

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Jun 2023 18:57:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653372#M84282</guid>
      <dc:creator>mystylelife19</dc:creator>
      <dc:date>2023-06-27T18:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value in specific columns using scripts</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653415#M84283</link>
      <description>&lt;P&gt;Here is one way to do it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
:WAFER_ID &amp;lt;&amp;lt; Set Name( "PROBE" );

User_Input = New Window( "JMP AUTOMATION",
	&amp;lt;&amp;lt;modal(),
	H List Box( Text Box( "Enter Probe ID:" ), ID_Probe = Text Edit Box( "", &amp;lt;&amp;lt;set width( 200 ) ), ),
	Button Box( "OK",
		ID_ProbeVal = ID_Probe &amp;lt;&amp;lt; get text();
		If( ID_ProbeVal != "",
			Current Data Table():Probe &amp;lt;&amp;lt; set each value( ID_ProbeVal )
		);
	),

);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Jun 2023 19:24:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653415#M84283</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-06-27T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change value in specific columns using scripts</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653486#M84287</link>
      <description>&lt;P&gt;OMG, thanks so much sir. It works :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 00:29:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-value-in-specific-columns-using-scripts/m-p/653486#M84287</guid>
      <dc:creator>mystylelife19</dc:creator>
      <dc:date>2023-06-28T00:29:48Z</dc:date>
    </item>
  </channel>
</rss>

