cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

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