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

Adding Duplicate Rows

Quick question,

I am working on moving columns from one data table over to another.  The rows don't match up, the place where I am moving the columns has 4 times more rows.  Is there a way that I can duplicate every row three times to make the copying and pasting easier?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Adding Duplicate Rows

Have you investigated the Tables > Join command? The default method to match rows but there is another option, Cartesian, to match every row in one table with every row in the other table. I can't tell from your description if this way will work but it is worth looking into.

See Help > Books > Using JMP > Reshape Data chapter > Join section.

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: Adding Duplicate Rows

Go to

     Tables==Concatinate

There you can specify to concatinate your current data table 3 times concat.GIF

 

Jim

Re: Adding Duplicate Rows

Have you investigated the Tables > Join command? The default method to match rows but there is another option, Cartesian, to match every row in one table with every row in the other table. I can't tell from your description if this way will work but it is worth looking into.

See Help > Books > Using JMP > Reshape Data chapter > Join section.

Roselle_Grant
Level II

Re: Adding Duplicate Rows

This helped me... Thanks!

Recommended Articles