cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar

a simple question of JSL: how to reassign a column type for an existing tab

I have a column in a table called "Eff Year." It's current Modeling Type is Continuous. I want JSL to reassign it to Nominal. Thanks.
1 REPLY 1
mpb
mpb
Level VII

Re: a simple question of JSL: how to reassign a column type for an existing tab

Page 150 in the scripting docs:

col = column("Eff Year");
col<