<?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 How to set the value in a NumberColEditBox from JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-set-the-value-in-a-NumberColEditBox-from-JSL/m-p/878334#M104120</link>
    <description>&lt;P&gt;&lt;FONT size="3"&gt;I made a Ternairy plot, like the one in JMP&amp;nbsp; via Help &amp;gt; Help tool click on ternairy plot, "&lt;/FONT&gt;&lt;FONT size="3"&gt;Additional Examples of the Ternary Plot Platform" &amp;gt; "&lt;/FONT&gt;&lt;FONT size="3"&gt;Example of a Ternary Plot with a Contour Function". This example has a NumberColEditBox for Temperature. My situation is comparable. In this box I want to change the value from within a JSL script and not by using the slider, but I cannot find out how to do that. Please help! I am using JMP 18.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 13:27:13 GMT</pubDate>
    <dc:creator>Joost</dc:creator>
    <dc:date>2025-06-05T13:27:13Z</dc:date>
    <item>
      <title>How to set the value in a NumberColEditBox from JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-the-value-in-a-NumberColEditBox-from-JSL/m-p/878334#M104120</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;I made a Ternairy plot, like the one in JMP&amp;nbsp; via Help &amp;gt; Help tool click on ternairy plot, "&lt;/FONT&gt;&lt;FONT size="3"&gt;Additional Examples of the Ternary Plot Platform" &amp;gt; "&lt;/FONT&gt;&lt;FONT size="3"&gt;Example of a Ternary Plot with a Contour Function". This example has a NumberColEditBox for Temperature. My situation is comparable. In this box I want to change the value from within a JSL script and not by using the slider, but I cannot find out how to do that. Please help! I am using JMP 18.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 13:27:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-the-value-in-a-NumberColEditBox-from-JSL/m-p/878334#M104120</guid>
      <dc:creator>Joost</dc:creator>
      <dc:date>2025-06-05T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to set the value in a NumberColEditBox from JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-set-the-value-in-a-NumberColEditBox-from-JSL/m-p/878358#M104123</link>
      <description>&lt;P&gt;Here is a simple example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=
// Open Data Table: Fish Patty.jmp
// → Data Table( "Fish Patty" )
Open( "$SAMPLE_DATA/Fish Patty.jmp" );

Ternary Plot(
	X( :Mullet, :Sheepshead, :Croaker ),
	Contour Formula( :Predicted Rating )
);

current report()[NumberColEditBox(2)]&amp;lt;&amp;lt;set({55});&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To get the path to the NumberColEditBox, right click on the graph and select Show Properties, then click on the NumberColEditBox and look at the Box Path&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1749131543726.png" style="width: 655px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76564iD58559BFBF92B19E/image-dimensions/655x432?v=v2" width="655" height="432" role="button" title="txnelson_0-1749131543726.png" alt="txnelson_0-1749131543726.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 13:52:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-set-the-value-in-a-NumberColEditBox-from-JSL/m-p/878358#M104123</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-06-05T13:52:38Z</dc:date>
    </item>
  </channel>
</rss>

