cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

How do I split a big data table into smaller ones? (un-merge or opposite of concatenate)

Hi,

Is there a script or a function which would essentially do the opposite of the "Concatenate" function? I have a massive data file with a source column which is the primary key & other columns associated with each primary key. I am trying to split this massive data table into several smaller tables based on the primary key. 

Any suggestions?

Thanks

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How do I split a big data table into smaller ones? (un-merge or opposite of concatenate)

The easiest way to do this is to use the Subset with the "Subset By" selection

     Talbles==>Subset

subset by.PNG

 

Jim

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: How do I split a big data table into smaller ones? (un-merge or opposite of concatenate)

The easiest way to do this is to use the Subset with the "Subset By" selection

     Talbles==>Subset

subset by.PNG

 

Jim
tejvishnu
Level II

Re: How do I split a big data table into smaller ones? (un-merge or opposite of concatenate)

I tried it and it worked perfectly. Thanks a bunch!

I must confess I am bit embarrassed that for as long as I have been using JMP (especially the "Subset" function) I did not even notice the "By" checkbox. 

txnelson
Super User

Re: How do I split a big data table into smaller ones? (un-merge or opposite of concatenate)

I remember using JMP 3, and with the breadth and depth of JMP, I learn new JMP functionality all the time.

Jim

Recommended Articles