cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
WebDesignesCrow
Super User

How to rearrange column header using JSL script

Hi,

I want to save my analysis table into Excel file (for others to see).

Because of new columns/ reference column added during my analysis using JMP, I couldn't delete the column before save in Excel.

How can I reorder the column so that those "less important column" for viewers move at the back.

 

Below is what I want:

Current Column Arrangement  
ABCDE
Wanted Column Arrangement  
ADEBC

 

It seems easy but I can't figure out how to do it.

Thanks !

1 ACCEPTED SOLUTION

Accepted Solutions
David_Burnham
Super User (Alumni)

Re: How to rearrange column header using JSL script

Here is a list of messages that you can use to reorder columns:

 

https://www.jmp.com/support/help/en/16.1/#page/jmp/rearrange-and-move-columns.shtml?os=win&source=ap...

 

Check out the scripting index for illustrative examples.

-Dave

View solution in original post

1 REPLY 1
David_Burnham
Super User (Alumni)

Re: How to rearrange column header using JSL script

Here is a list of messages that you can use to reorder columns:

 

https://www.jmp.com/support/help/en/16.1/#page/jmp/rearrange-and-move-columns.shtml?os=win&source=ap...

 

Check out the scripting index for illustrative examples.

-Dave

Recommended Articles