cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

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