cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
ravij
Level III

Value Order

ravij_0-1768997502956.png

 

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

What are the different boxes mean? Ex: axis_boxes, scale_boxes, Frame_boxes etc?

10 REPLIES 10
HP_Lau
Level II

Re: Value Order

dt:sex << set property("value ordering", {"M", "F"} );

this work as alternative to explicitly spell the Custom Order.

 I am not sure why omitting the "ing" such that dt:sex << set property("value order", {"M", "F"} ); failed, despite that is what stated in JMP's documentation.

Recommended Articles