Data Management Capabilities > Managing Part Structures > Windchill Options and Variants Capabilities > Filtering a Configurable Product Structure with the Option Filter > Evaluating Expressions During the Option Filtering
  
Evaluating Expressions During the Option Filtering
Two kinds of expressions are considered when filtering the usage link: expressions on the usage link and expressions on the child part of the usage link. If an expression on the child part exists, it is always used for filtering the configurable child part. If the part is non-configurable, then the expression is considered (and can be assigned using the user interface) only if the preference Allow Assignment of Expressions to Non-Configurable Items is set to true.
The usage link is filtered out if either one of the two kinds of expressions (in the case, when both kinds are present) evaluates to FALSE.
Evaluations of Boolean Expressions
During the filtering, the system evaluates the assigned expressions by comparing them with the selections made in the Option Filter. If some choices are selected for an option, then these selected choices are assigned the value true, while the unselected choices are assigned the value false. These values are substituted into the expression, and the expression is evaluated. The short-circuit evaluation of a Boolean expression determines the value of the expression even if some variables of the expression are undefined. Consider the following examples.
Case 1
The expression is RED && LARGE
If the value of the variable RED or LARGE is FALSE, then the value of the entire expression is FALSE irrespective of the value of the other variable.
Case 2
The expression is RED||LARGE
If the value of the variable RED or LARGE is TRUE, then the value of the entire expression is TRUE irrespective of the value of the other variable.
General Case
These examples can be extended to the general case of Boolean expressions because they can be decomposed into nested conjunctions/disjunctions/negations. For example, consider this expression:
(X || Y) && (Z && W) && (V || W)
If the value of the variable Z is FALSE, then the entire Boolean expression evaluates to FALSE regardless of the values of the variables X, Y, W, V.
Additional Uses Cases for Filtering
There are additional use cases to consider when filtering a configurable structure:
A product structure can have both basic and advanced expressions assigned to different module variants. Option filtering behaves as follows:
In the case of basic expressions, the filter considers the union of the selections on item and on the usage link. If at least one expression evaluates to TRUE, the module variant is not filtered out.
In the case of advanced expressions, only if both the expression on the item and the expression on the usage link of that item must evaluate to TRUE, then the module variant is not filtered out.
An expression is assigned to both the usage link and to the occurrences of the module variant in the configured product structure. The Option Filter first evaluates the expression assigned to the usage link, and then the expression assigned to its occurrences, in the following order:
If the assigned expression evaluates to FALSE, the module variant is filtered out, including all its occurrences.
If the assigned expression valuates to TRUE, then the Option Filter evaluates the expression assigned to occurrences. If it is FALSE, an occurrence is filtered out.