cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • 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
wenwenzhou
Level I

how to Define different data formats per JMP JSL

I have two columns in the file, one column is the parameter name, the second column is the parameter value, I want to confirm whether JMP can make a definition: different parameter names corresponding to the parameter value has a different numerical format. For example: the parameter name is TTV is an integer format, and the parameter name is CARRIER CONCENTRATION and RES is a scientific notation.

1 REPLY 1
jthi
Super User

Re: how to Define different data formats per JMP JSL

Most likely you would want to split your table and have different formats in different columns

jthi_0-1738820839609.png

Otherwise I think you would have to rely on Best format.

 

Edit:

You can read a bit more about numbers/strings in JMP from Scripting Guide and JMP Help and finally JSL Syntax reference of Format (note that Format function will return text)

-Jarmo

Recommended Articles