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
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