cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
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