cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • JMP multivariate capabilities let you understand relationships between multiple variables simultaneously. See how. Friday, Aug. 14, 2 pm US ET.

Discussions

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

Recommended Articles