cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

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