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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

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