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

How to transform Table using split function for below results?

How can I convert left side table to looks like to right side one.

ConfidenceOwl94_0-1765152920822.png

Below is the closest I was able to get with Split function. 

ConfidenceOwl94_1-1765157109590.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How to transform Table using split function for below results?

Create a new column with the following formula

Col Cumulative Sum( 1, :ShopOrderId, :SN, :Material )

Then Split using the following setup

txnelson_0-1765172640450.png

Then after the split, delete the formula column, in my example, delete Column 6

 

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: How to transform Table using split function for below results?

Create a new column with the following formula

Col Cumulative Sum( 1, :ShopOrderId, :SN, :Material )

Then Split using the following setup

txnelson_0-1765172640450.png

Then after the split, delete the formula column, in my example, delete Column 6

 

Jim

Recommended Articles