cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar
markschwab
Level IV

How to use JSL to do Multiple Series Stack

I am trying to script a repeated task I do, where I use JMP to do Stack -> Multiple Series Stack -> Contiguous, and then select the columns. But, I cannot find any documentation on how to do a multiple series stack in JSL, I can only figure out how to stack into one column.

How is a Multiple Series Stack performed in JSL? Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
pmroz
Super User

Re: How to use JSL to do Multiple Series Stack

If you click the red triangle next to Source in your stacked table, you will see an option called Edit.  Click that and you will see the JSL used to create your table.

View solution in original post

2 REPLIES 2
pmroz
Super User

Re: How to use JSL to do Multiple Series Stack

If you click the red triangle next to Source in your stacked table, you will see an option called Edit.  Click that and you will see the JSL used to create your table.

markschwab
Level IV

Re: How to use JSL to do Multiple Series Stack

Well that is very handy! You have taught a man to fish. Thanks!

For the record, the following statements can be added to the << Stack(...) message:

Number of Series( X),

Contiguous,