cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Browse apps to extend the software in the new JMP Marketplace
Choose Language Hide Translation Bar
Jackie_
Level VI

Add custom formula and columns to Tabulate window

Hello,

Is there a way to add a custom formula and column to the tabulate window?

 

Jackie__0-1730670812012.png

 

Eg: I want to add LSL, USL, and Cpk columns to the tabulate window, not the data table box.

Any suggestions on how to do this would be appreciated.

Jackie__1-1730670999012.png

 

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
(Data Table( "Semiconductor Capability" ) << Tabulate(
Add Table(
Column Table( Grouping Columns( :lot_id ), Statistics( Mean, Std Dev ) ),
Row Table( Analysis Columns( :NPN1, :PNP1, :PNP2, :NPN2, :PNP3, :IVP1 ) )
)
)) << Make Into Data Table;

Thank you!

7 REPLIES 7
jthi
Super User

Re: Add custom formula and columns to Tabulate window

You have to add the columns first either to your table or as transform columns to tabulate and then you can use those in Tabulate platform.

jthi_0-1730701278542.png

 

-Jarmo
Jackie_
Level VI

Re: Add custom formula and columns to Tabulate window

@jthi I want to add as a column (tall table format) not as a wide table

Jackie__0-1730727306373.png

 

jthi
Super User

Re: Add custom formula and columns to Tabulate window

I don't think that is possible with the original data format you had as you would be mixing analysis and grouping columns (Tabulate).

-Jarmo
txnelson
Super User

Re: Add custom formula and columns to Tabulate window

Have you looked at 

     Analyze=>Quality and Process=>Process Screening

It may give you a usable format.

txnelson_0-1730730108196.png

 

Jim
Jackie_
Level VI

Re: Add custom formula and columns to Tabulate window

Thanks Jim, is there a way to get LSL and USL columns in the window table?

txnelson
Super User

Re: Add custom formula and columns to Tabulate window

I am not completely sure what you are asking for, however below is a guess.  I ran the Process Screening on a subset of the Semiconductor Capability that only has 2 lots.  I placed lot as a By column

txnelson_0-1730736458404.png

I then used the red triangle in the output window and added the Spec limits to the output window.

Next, I right clicked on the displayed report and selected "Make Combined Data Table"

txnelson_1-1730736664491.png

Finally I went into Tabulate and generated a table that somewhat resembles what you originally showed

txnelson_2-1730736933778.png

 

Jim
hogi
Level XII

Re: Add custom formula and columns to Tabulate window

What's great about JMP is that for all kinds of aggregations, there is at least one platform which provides the aggregation option.

I wonder who decides which platform gets which aggregation option - and which platform doesn't get an aggregation option ...

 

To keep it slim, OK, on the main level just list the aggregation options which were selected for the respective platform. 

My Dream:
In a submenu, please list all aggregation options:
Col N Categories - and all the others ... 
No platform which has to stand behind the others

N Categories, Kurtosis, and maybe yes:  Cpk : )