cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
andrewtkarl
Level IV

Regular Expression in List Check?

Is there any way to use regex in a column List Check property?

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Regular Expression in List Check?

List check can not be a calculated value.  It is actually a physical list of values.  Here is a partial copy of the Help File documentation on List Check

List Check

List checking validates the data in a column. Set up the column to accept only the individual values that you specify. List checking is useful when you want to specify how to order the data in your graphs or plots.

You can use up to 127 values.

 

This is a great item that you add to the JMP Wish List

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Regular Expression in List Check?

List check can not be a calculated value.  It is actually a physical list of values.  Here is a partial copy of the Help File documentation on List Check

List Check

List checking validates the data in a column. Set up the column to accept only the individual values that you specify. List checking is useful when you want to specify how to order the data in your graphs or plots.

You can use up to 127 values.

 

This is a great item that you add to the JMP Wish List

Jim
andrewtkarl
Level IV

Re: Regular Expression in List Check?

Thanks! Just wanted to check if there was anything undocumented (which I have found not too infrequently).

Recommended Articles