
Restricting a Characteristic
Use
You can only restrict restrictable characteristics by using constraints.
Under RESTRICTIONS: you can restrict a characteristic as follows:
·
Call a variant table that contains the valid combinations of values.Refer to
Restricting Characteristics with a Variant Table·
Operator 'INOperator 'IN'
<Characteristic> IN ('Value1', Value2', 'Value3',…)
·
Compare 2 alphanumeric characteristics that are both restrictableAs a result of the comparison, the allowed values for Characteristic_2 are assigned to Characteristic_1.
·
Linear functionFor numeric characteristics that are restrictable, you can use a linear function in the form
F(x) < 0.
-
A constant value is given on the right-hand side.-
F(x) is a linear expression with the variable X.-
Any other comparison operator can be used in the place of '<'.
5x - 20 > 0