Jump to content

How to check value of each column against spec limit (column property) and return the column names that has a value out of spec


Daisy Ebardo

Recommended Posts

Hi, how do I check value of each column against spec limits (upper/lower limits; column properties) and return the column names that has a value out of spec

Calculated column like the following:

case

WHEN ([ParameterA]>ColumnProperty([ParameterA],"Limits.Prod.Upper")) or ([ParameterA]300 columns/parameters; i want it to loop through all columns and give all parameters that are True.

Appreciate if anyone can help. Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...