cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
sanchezpeinado
Level III

why stack column is giving me the column's names instead of the column values as a result?

I am traying to stack columns and the result are the column's name instead of the values, why?

1 ACCEPTED SOLUTION

Accepted Solutions
hogi
Level XIII

Re: why stack column is giving me the column's names instead of the column values as a result?

2 columns should be generated.
One with the colum names in the rows and one with the values   .

 

Just  think about the inverse: split.

To know which value goes to wich column, you need a column with the target column name.

 

If you don't need this column, you can delete it.

View solution in original post

2 REPLIES 2
hogi
Level XIII

Re: why stack column is giving me the column's names instead of the column values as a result?

2 columns should be generated.
One with the colum names in the rows and one with the values   .

 

Just  think about the inverse: split.

To know which value goes to wich column, you need a column with the target column name.

 

If you don't need this column, you can delete it.

jthi
Super User

Re: why stack column is giving me the column's names instead of the column values as a result?

Like @hogi said it is there to allow you to identify to which columns those values did belong to and you can easily delete it if there is no need for it

 

Using JMP > Reshape Your Data > Stack Columns in Data Tables > Example of Stacking Columns into a S... 

In the Preview pane, the Label column represents the Source Label Column that identifies the source of the data. Its values are the column names in the original table from which the stacked values originated.

 

-Jarmo

Recommended Articles