cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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