cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
Sebastienlg
Level II

JMP Script: Transposition of a datatable containing numeric, date, qualitative variables

Hi all, 

I would like to transpose a "large" datatable containing numeric, date, qualitative variables.

I can not use the transpose function to do it.

Do you have any idea to transpose this table easily?

Sebastien

1 REPLY 1
txnelson
Super User

Re: JMP Script: Transposition of a datatable containing numeric, date, qualitative variables

If you convert all of your columns to Character, you will then be able to use Transpose to transpose the data table.

Jim

Recommended Articles