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
nickicmc5
Level I

Consolidate Repeated Values into 1 Row

My formulation was tested in 3 ways. My data set includes the testing dates alongside the results. Test Result 3 is date agnostic so it appears in my data set in both rows. I want to consolidate my data so that it is not separated in rows by date of testing.

 

I would like to go from something like this:

Screenshot 2025-04-07 at 1.25.57 PM.png

to something like this:

Screenshot 2025-04-07 at 1.26.18 PM.png

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
hogi
Level XIII

Re: Consolidate Repeated Values into 1 Row

one option: create a summary table

- with just one value (plus many empty rows) it doesn't matter if you use min, max, mean or median ...

- use "column" as name format - to get rid of the aggregation info.

hogi_0-1744048061629.png

 

View solution in original post

1 REPLY 1
hogi
Level XIII

Re: Consolidate Repeated Values into 1 Row

one option: create a summary table

- with just one value (plus many empty rows) it doesn't matter if you use min, max, mean or median ...

- use "column" as name format - to get rid of the aggregation info.

hogi_0-1744048061629.png

 

Recommended Articles