This table contains the filter conditions. Conditions are created with respect to the data available in the window chosen in the top part.
A filter may contain a number of simple conditions or lines combined into one logical expression with brackets and logical operators (And and Or).
Kolumn |
Beskrivning |
Aktiv
|
A check box that indicates (if selected) that the condition is active for the chosen window and table in the window. |
Brackets
|
A group of opening brackets to group logical conditions. |
Property
|
The property associated with the system graph and particular table. |
Villkor
|
The logical operation to apply to the value of the chosen property. Det kan vara:- Equals:
Displays records where the value of a value of the specified property is equal to the value in the Value column. - Does not equal:
Displays records where a value of the specified property is not equal to the value in the Value column. - Is greater than:
Displays records where a value of the specified property is greater than the value in the Value column. - Is greater than or equal to:
Displays records where a value of the specified property is greater than or equal to the value in the Value column. - Is less than:
Displays records where a value of the specified property is less than the value in the Value column. - Is less than or equal to:
Displays records where a value of the specified property is less than or equal to the value in the Value column. - Is between:
Displays records where a value of the specified property is between values in the Value and Value2 columns. - Contains:
Displays records where a value of the specified property (string) contains the value in the Value field. - Does not contain:
Displays records where a value of the specified property (string) does not contain the value in the Value column. - Ends with:
Displays records where a value of the specified property ends with the same character or string as the value in the Value column contains. - Starts with:
Displays records where a value of the specified property contains at the beginning the value in the Value column. - Is null:
Displays records where a value of the specified property is null. - Is not null:
Displays records where a value of the specified property is not null. - Is in (for values of the user type):
Displays records where a value of the specified property (a user) is included in the work group selected in the Value column. You can use this parameter with the @MyGroups and @MyWorktree clauses. - Is not in (for values of the user type):
Displays records where a value of the specified property (a user) is not included in the work group selected in the Value column. You can use this parameter with the @MyGroups and @MyWorktree clauses.
|
Värde
|
The value you enter for the logical condition used to filter the data, if the selected condition requires a value. The value you enter must conform with the data type of the selected property. You can enter or select a fixed value or one of the predefined parameters.
The predefined parameters are listed in About creating temporary or reusable filters.
|
Value2
|
The second value for the logical condition, if the selected logical condition requires a second value. (For example: The Is between logical condition requires a second value.) The value you enter must conform with the data type of the selected property. You can enter or select a fixed value or one of the predefined parameters.
The predefined parameters are listed in: About creating temporary or reusable filters.
|
Brackets
|
A group of closing brackets to group logical conditions. |
Operator
|
The logical operator to be used between groups of logical conditions. |