cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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