<?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: Value Order in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925224#M108323</link>
    <description>&lt;P&gt;I'm unable to recreate your issue.&amp;nbsp; I have the value order set for :TestNameReference, and it is automatically ordered correctly when I create the graph.&amp;nbsp; Can you share the script you're using for the graph?&amp;nbsp; What JMP version are you on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmarchandFSLR_0-1769004540190.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91708i8C84190015383DFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmarchandFSLR_0-1769004540190.png" alt="mmarchandFSLR_0-1769004540190.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 14:09:17 GMT</pubDate>
    <dc:creator>mmarchandFSLR</dc:creator>
    <dc:date>2026-01-21T14:09:17Z</dc:date>
    <item>
      <title>Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925205#M108317</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ravij_0-1768997502956.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91704i4F4B89709A460F94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ravij_0-1768997502956.png" alt="ravij_0-1768997502956.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to change the order of the X Groupings, I could do it using GUI with Value order, but I am not able to do it using jsl, what is right way of accessing all X Group parameters and how to manipulate their order in jsl&lt;/P&gt;
&lt;P&gt;What are the different boxes mean? Ex: axis_boxes, scale_boxes, Frame_boxes etc?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 12:23:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925205#M108317</guid>
      <dc:creator>ravij</dc:creator>
      <dc:date>2026-01-21T12:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925216#M108318</link>
      <description>&lt;P&gt;I tried below code, which didn't work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Try(
axis_box = gb_report[AxisBox(1)];
axis_box &amp;lt;&amp;lt; Set Property("Value Order", {"Continuity_VDD", "Continuity_GND"});
,
// If that doesn't work, use XPath
axis_boxes = gb_report &amp;lt;&amp;lt; XPath("//AxisBox");
If(N Items(axis_boxes) &amp;gt; 0,
axis_boxes[1] &amp;lt;&amp;lt; Set Property("Value Order", {"Continuity_VDD", "Continuity_GND"});
);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Jan 2026 12:28:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925216#M108318</guid>
      <dc:creator>ravij</dc:creator>
      <dc:date>2026-01-21T12:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925217#M108319</link>
      <description>&lt;P&gt;Value Order is a column property, so send that message to the column, not the axis.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 12:33:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925217#M108319</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-01-21T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925220#M108320</link>
      <description>&lt;P&gt;I Tried that aswell, but didn't see any change in my graph&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column(dt,"TestNameReference")&amp;lt;&amp;lt; Set Property("Value Order", {"Continuity_VDD", "Continuity_GND"});	
dt&amp;lt;&amp;lt;Save();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Jan 2026 13:50:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925220#M108320</guid>
      <dc:creator>ravij</dc:creator>
      <dc:date>2026-01-21T13:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925221#M108321</link>
      <description>&lt;P&gt;Perform the action manually and copy the generated code from the log.&amp;nbsp; Edit as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt:TestNameReference &amp;lt;&amp;lt; Set Property(
	"Value Order",
	{Custom Order( {"Continuity_VDD", "Continuity_GND"} )}
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Jan 2026 13:55:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925221#M108321</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-01-21T13:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925222#M108322</link>
      <description>&lt;P&gt;I noticed that even if I change value order in data table manually and then if I plot graph with my jsl script, the value order is not applied to the plot&lt;/P&gt;
&lt;P&gt;When could only modify value order after the plot is generated, directly on Graph builder GUI&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 14:00:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925222#M108322</guid>
      <dc:creator>ravij</dc:creator>
      <dc:date>2026-01-21T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925224#M108323</link>
      <description>&lt;P&gt;I'm unable to recreate your issue.&amp;nbsp; I have the value order set for :TestNameReference, and it is automatically ordered correctly when I create the graph.&amp;nbsp; Can you share the script you're using for the graph?&amp;nbsp; What JMP version are you on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmarchandFSLR_0-1769004540190.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91708i8C84190015383DFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmarchandFSLR_0-1769004540190.png" alt="mmarchandFSLR_0-1769004540190.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 14:09:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925224#M108323</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-01-21T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925248#M108326</link>
      <description>&lt;P&gt;Here is a working example that sets the value order after the graph is drawn.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1769009233306.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91719i8542592179E99FC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1769009233306.png" alt="txnelson_0-1769009233306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt =
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );



Graph Builder(
	Variables( X( :age ), Y( :height ), Group X( :sex ), Color( :age ) ),
	Elements( Box Plot( X, Y, Legend( 5 ) ) )
);

dt:sex &amp;lt;&amp;lt; set property("value order", {Custom Order( {"M", "F"} )});&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Jan 2026 15:27:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925248#M108326</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2026-01-21T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925538#M108354</link>
      <description>&lt;P&gt;I Tried the exact command but with no change to the final plot, here is my code&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Simple_Plot = Function({dt, file_name},
	plot_filename = Munger(file_name, Length(file_name) - 3,4, "_plot.png") ;
	plot_path = ::plots_output_path || plot_filename;
	plot_title = Munger(file_name, Length(file_name)-3,4,"");
	gb_obj = dt &amp;lt;&amp;lt; Graph Builder(
				Title(plot_title),
				Show Window(1),
				Size(::SizeX, ::SizeY),
				Show Control Panel(0),
				Variables( 
								Y( :Data ), 
								Group X( :TestNameReference ),
								Group X( :TestTemperature ),
								Overlay(:WaferNumber)
							),
				Elements( 
								Box Plot( Y, Legend( 1 ) ), // Legend is optional but helpful
								Caption Box(Y, Legend( 2 ), Summary Statistic( "Mean" ), Location( "Top" ) ),
								Caption Box(Y, Legend( 3 ), Summary Statistic( "Std Dev" ), Location( "Bottom" ) )					
							)
			);
	gb_report = gb_obj &amp;lt;&amp;lt; Report;
	gb_report &amp;lt;&amp;lt; Prepend(Outline Box(plot_title), Spacer Box(Size(::TitleSize1, ::TitleSize2)));
	
	gb_obj &amp;lt;&amp;lt; Bring Window To Front;	
	dt &amp;lt;&amp;lt; Select All Rows;
	//Throw();
	gb_obj &amp;lt;&amp;lt; Save Picture( plot_path, "png" );
	Print("  Plot saved: " || plot_filename);
	
	Close(gb_obj, no save);
);




If (Contains (file_name, "Continuity_Test" ),
		Print("Generating plot for: " || file_name);
		//Column(dt,"TestNameReference") &amp;lt;&amp;lt; Set Property("Value Ordering", "Custom");
		Column(dt,"TestNameReference")&amp;lt;&amp;lt; Set Property("Value Order", {Custome Order({"Continuity_VDD", "Continuity_GND"})});	
		dt&amp;lt;&amp;lt;Save();
		Simple_Plot(dt,file_name);
	);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:02:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925538#M108354</guid>
      <dc:creator>ravij</dc:creator>
      <dc:date>2026-01-22T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Value Order</title>
      <link>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925572#M108366</link>
      <description>&lt;P&gt;Could it be as simple as this typo?&amp;nbsp; {Custome Order(.... should be {Custom Order(....&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If (Contains (file_name, "Continuity_Test" ),
		Print("Generating plot for: " || file_name);
		//Column(dt,"TestNameReference") &amp;lt;&amp;lt; Set Property("Value Ordering", "Custom");
		Column(dt,"TestNameReference")&amp;lt;&amp;lt; Set Property("Value Order", {Custome Order({"Continuity_VDD", "Continuity_GND"})});	
		dt&amp;lt;&amp;lt;Save();
		Simple_Plot(dt,file_name);
	);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Jan 2026 18:13:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Value-Order/m-p/925572#M108366</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-01-22T18:13:13Z</dc:date>
    </item>
  </channel>
</rss>

