- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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,