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
mjvincent87
Level II

Stack Multiple Series

I'm having trouble finding a way to stack multiple variables in rows with different types of data into columns.

 

I would like to stack each series of 1, 2, 3 into 3columns but I'm not finding what I'm looking for in any help documentation

 

Turn:

123123

 

Into:

123
123
1 REPLY 1
cwillden
Super User (Alumni)

Re: Stack Multiple Series

You should be able to do that by just checking Multiple Series Stack, and Number of Series = 3.  You'll just have to delete the resulting labels columns afterwards. I tested it with 6 columns where the 2nd and 4th were both nominal and the resulting table had 3 label and 3 data columns.  The second data column had a nominal data type as would be expected.

multiseriesstack.PNG

 

-- Cameron Willden

Recommended Articles