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
MahaRabeh
Level II

Merge columns with corresponding dates

Hello,

 

What is the best way to merge 3 group of columns (Example below: 1 column "Group", 3 columns "events", 3 columns of respective dates) into 3 columns with the list of all events attributed to each group and corresponding dates? This is only an example, i am looking for a solution to address big number of rows. Thanks!

MahaRabeh_0-1641924493765.png

 

 

2 ACCEPTED SOLUTIONS

Accepted Solutions
txnelson
Super User

Re: Merge columns with corresponding dates

Use

     Tables=>Stack

and specify a Multiple Series Stack

Jim

View solution in original post

txnelson
Super User

Re: Merge columns with corresponding dates

I suspect that you mistakenly specified the "Number in the Series" incorrectly.  It should be specified as 2.  See below

txnelson_0-1641985148535.png

 

Jim

View solution in original post

4 REPLIES 4
txnelson
Super User

Re: Merge columns with corresponding dates

Use

     Tables=>Stack

and specify a Multiple Series Stack

Jim
MahaRabeh
Level II

Re: Merge columns with corresponding dates

Hello,

 

Thank you for your reply.

I tried the stack function with multiple series, it seems to not work as my columns are different data type:

MahaRabeh_0-1641983298351.png

txnelson
Super User

Re: Merge columns with corresponding dates

I suspect that you mistakenly specified the "Number in the Series" incorrectly.  It should be specified as 2.  See below

txnelson_0-1641985148535.png

 

Jim
MahaRabeh
Level II

Re: Merge columns with corresponding dates

Thank you! It works

Recommended Articles