cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Lino
Level III

Get Total Qty by Group of Variables

Hi, 

Below my data in spreadsheet, I attached the file in JMP as well. I am trying to create the last column with formula/code , Total Defect (Same Part# and Defect) with merged cell, based on the data on the left. This is can be done in spreadsheet. 

I tried to use Tabulate(). It is not work as well.

Can we do this JMP, merged the cell to show total sum qty?, or,

Without the merging cells,  is there other way we can get the total defect (same part#  and defect)?

 

Total Defect.PNG

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Get Total Qty by Group of Variables

There are no merged cells in JMP like in a spreadsheet because JMP isn't one . Below are some examples how JMP can do this:

 

Formula:

Select Part# and Defect columns, right click on the column header and select group by:

jthi_0-1630946106754.png

Right click on Total column header:

jthi_1-1630946130721.png

Result:

jthi_2-1630946161216.png

 

 

Summary table, if you leave this linked to original table, they are also interactive:

jthi_3-1630946242361.png

 

Tabulate:

jthi_4-1630946289097.png

-Jarmo

View solution in original post

3 REPLIES 3
jthi
Super User

Re: Get Total Qty by Group of Variables

There are no merged cells in JMP like in a spreadsheet because JMP isn't one . Below are some examples how JMP can do this:

 

Formula:

Select Part# and Defect columns, right click on the column header and select group by:

jthi_0-1630946106754.png

Right click on Total column header:

jthi_1-1630946130721.png

Result:

jthi_2-1630946161216.png

 

 

Summary table, if you leave this linked to original table, they are also interactive:

jthi_3-1630946242361.png

 

Tabulate:

jthi_4-1630946289097.png

-Jarmo
Lino
Level III

Re: Get Total Qty by Group of Variables

Thanks.

 

If I want to maintain other columns, can this still be done?

jthi
Super User

Re: Get Total Qty by Group of Variables

The first option should let you do that as it just creates new formula column. Or you could update the data back from Summary table:

jthi_0-1630947909906.png

jthi_1-1630947919184.png

 

 

-Jarmo