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
YonatanK
Level I

How do I filter a data by a list

Hi ,

I have a database which has 2 columns : S/N (serial number of the product) and  Value.

The S/N column my have duplications in the data it contains.

 

In addition, I have a list of S/N I would like to collect from the main database and manage separately.

If it was one or 2 S/N then I would do it by data filter tool, but the list I need to look for is fairly large.

 

any proposals how to do it easily?

 

Thank you in advance

Yonatan

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How do I filter a data by a list

Place the list of S/N as a column in a new data table.  Then use

     Tables=>Join

to join the new table to the original large table.  The Join platform will let you create a new table with only the rows of data where there was a match in S/N.

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: How do I filter a data by a list

Place the list of S/N as a column in a new data table.  Then use

     Tables=>Join

to join the new table to the original large table.  The Join platform will let you create a new table with only the rows of data where there was a match in S/N.

Jim

Recommended Articles