...
- Whenever you need a more complex logic with AND (conjunction) or OR (disjunction) statements.
- e.g. examples in How to Configure More Than One Logical Operator?
- Whenever you want to connect one Answer Options to several data attributes.
- If you want to use mathematical comparison operators, like less or greater, in connection with attributes of type number.
- e.g. for the price attribute
...
- Attribute: You can choose any product attribute from the uploaded product data file. This also gives you the flexibility to build expressions for one Answer Option across a variety of product attributes.
- Cond. ("condition"): Set the mathematical operator that compares the Attribute with the selected Value.
- For data attributes of the type "Text" or "Boolean" you can choose between the "=" (equal) and "≠" (unequal) operators.
- For attributes with type "Number" you may also select the operator "<" (less), "<=" (less equal), ">" (greater) or ">=" (greater equal).
- All possible mathematical operators are: =, ≠, <, <=, >, >=
- Value: Represents one data attribute value from the selected product attribute.
- Logical operator: You can select "AND" (conjunction) and "OR" (disjunction) operators between two expression rows.
- "AND" means that both expressions have to be true at the same time for a product to match. The example in Connect a Single Attribute to an Answer Option will be interpreted as: a product should cost between 500 and 1000.
- "OR" means that at least one of the two expressions has to be true to match with a product.
...