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.
In List Select Where Script
Jim_Gillard
Level II

In SQL there are in lists that can be used to pull multiple items from the same column from a list of items.  Created the following In List function that can receive a column name string and a list of either numbers or strings.  This function will create a variable length Select Where function and include each item found in the list variable.  This example has been written to use the Big Class data table but can be modified as needed by the user.  Examples included are for both numbers (three different ages) and strings (four different names).   

Comments

This seemed useful to write

Tedwang

Thanks, useful!

Recommended Articles