How to build compound filters in DNG with logical operators between them like AND, OR, and NOT?
In DOORS classic, we can build compound filters that have multiple elements separated by logical operators.
In DNG, we can build compound filters but there seems to be an implied operator AND between the elements.
Is there a way to configure the operators between compound filter elements?
For example:
1. Feasible == FalseOR2. Testable == FalseAND3. Class == RequirementAND4. Release == 2.0