Group conditions to A AND (B OR C) instead of A AND B OR A AND C

I want to make conditionals such as A AND (B OR C) instead of
A AND B
OR
A AND C

ChatGPT and Copilot says it is possible to group the conditions by
Click to add a grouped condition
but I cannot find this button/feature

Hey

I recommend you activate the setting in the picture in settings > versions > beta features. It should bemuch easier to create this expressions.

Best

Julian

2 Likes

A technique that can be helpful is to convert into a number the result of testing each assertion or group of assertions that must be true and then evaluate the sum:
A is yes:formatted as number + B is yes or C is yes:formatted as number ≥ 2

This topic was automatically closed after 70 days. New replies are no longer allowed.