cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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