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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

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