cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
Onjai
Level IV

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 IV

Re: Column property options in JMP 15

Perfect.  That works.

Thank you.

Cheers.

Recommended Articles