cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

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