cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.
Choose Language Hide Translation Bar
View Original Published Thread

Column property options in JMP 15

Onjai
Level III

Hi,

I just upgraded to JMP 15 and noticed the "Row Order Levels" column property is not an available option.  Is this property available?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User


Re: Column property options in JMP 15

Row Order Levels is now combined with Value Order.  It is set with

dt:col << set property("Value Order", {Row Order Levels(1)});
Jim

View solution in original post

2 REPLIES 2
txnelson
Super User


Re: Column property options in JMP 15

Row Order Levels is now combined with Value Order.  It is set with

dt:col << set property("Value Order", {Row Order Levels(1)});
Jim
Onjai
Level III


Re: Column property options in JMP 15

Perfect.  That works.

Thank you.

Cheers.