cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
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,