Hi,
the direct value input in decision table supports two options:
- include conditions that connect the conditions with an OR
- exclude conditions that connects the conditions with an AND UNLESS
The connection via AND is not available. But you can achieve that by using a boolean expression (which allows you that logical combination) and embed that expression in your decision table
BR
Christian