View Categories

Using Special Clauses

This clause type uniquely functions without operators and is always evaluated as either true or false, never null. It depends solely on the “Condition Count.” The clause contains only conditions, and its truth value is determined by how many of these conditions meet the specified threshold.

Example Use Case:

Consider a scenario where you have 10 conditions and want to mark a job with a flag if any 5 of these conditions are met. If at least 5 conditions are true, the clause is marked as true.

Here conditional strings are a series of conditions without logical operands as shown below.

Scroll to Top