cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Onjai
Level III

Column property options in JMP 15

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.