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.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
rmthomas
Level III

How to make Dynamic Process Screening & Manage Spec Limits

Hello Everyone, 

 

I am trying to build a dynamic work flow that will allow me to always save my spec limits using the manage spec limits and then using the process screening option. This work flow will have a different amount of columns each week. I tried to include all of the column names in and it worked until the next week where one or more of those columns are not there in the data table and it throws an error in both the manage spec limits and the process screening. Is there a dynamic way to always have the right name of the columns so that I will not get an JMP Alert each week? 

1 REPLY 1
txnelson
Super User

Re: How to make Dynamic Process Screening & Manage Spec Limits

Yes,

The 

<< get column names

message will return the names in a data table, and then you can create the column names list you need based upon what data are available.

See the Scripting Index for further details. 

Jim

Recommended Articles