Conditions for custom filters
A condition contains three parts:
- A column (which corresponds to a column in an IRT form). Examples-–-Subject Number, Randomized, Gender.
- A criteria operator. Examples-–-Is greater than, Is between, Equals.
- An operand value: Examples-–-201031, Female, 20-Feb-1970.
A condition group consists of all the conditions that are combined under one logical operator. For example, the following custom filter (for the Subject Transactions page) contains a condition group with two conditions. This custom filter limits the data that will appear in the data grid to Subject Number 201027 in Week 2 of the next visit:
And
Subject Number Equals 201027
Next Visit Equals Week 2
You can add multiple condition groups under the main logical operator in the filter. For example:
And
Subject Number Equals 201027
Next Visit Equals Week 2
Or
Date of Birth Is greater than 20-Feb-1970
Gender Does not equal Male



