DC 5.8 Condition

AĀ conditionĀ is comparable to theĀ operators in an if-statement.Ā 

ForĀ all filters, which are not part of a Group, theĀ condition is AND. In order to use otherĀ conditions, aĀ group must be created.Ā 

There are four availableĀ conditions for theĀ filtersĀ in aĀ group.

AND

This condition is equivalent to the "&&" operatorĀ in C# and JavaScript and the "AND"Ā operatorĀ in SQL.

AND_NOT

ThisĀ conditionĀ is equivalent to the "&& !(some test case)"Ā operatorĀ in C# and JavaScript and the "AND NOT"Ā operatorĀ in SQL.

OR

ThisĀ conditionĀ is equivalent to the "||"Ā operatorĀ in C# and JavaScript and the "OR"Ā operatorĀ in SQL.

OR_NOT

ThisĀ conditionĀ is equivalent to the "|| !(some test case)"Ā operatorĀ in C# and JavaScript and the "OR NOT"Ā operatorĀ in SQL.


Example of aĀ group with an condition other than "AND":

Details view of a group

Table of Contents: