cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Due to inclement weather, JMP support response times may be slower than usual during the week of January 26.
    To submit a request for support, please send email to support@jmp.com.
    We appreciate your patience at this time.
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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