Using Expression Builder
The Expression builder is used to design the matching criteria for the filter. It can be used to build simple to complex / nested set of criteria by designing an expression tree.
There are two main components in the expression builder, namely
• Condition, which is a simple expression on an Installed Product field
• Group, which is a logical grouping of a set of conditions, to be evaluated using a logical operator such as AND, OR, NOT
The matching criteria is built of one or more combinations of groups and conditions.
Reference Topics