Framework:Filter operators
From CoPlanner 11
Jump to navigationJump to search
In the client-side function "AttributFilter" following filter operators are available. The filter operator refers always to the selected element.
| Filter operator | Description |
| "equal", "=", "me" | Displays only values of this dimension element |
| "under" | Displays all elements below the selected element |
| "me_under", "me+under" | Displays selected element and all elements below it |
| "not_me", "<>", "not", "unequal" | Displays all values except that of the selected filter element |
| "first_under" | Displays one level below the selected element |
| "me_first_under", "me+first_under" | Displays selected element and one level below it |
| "greater", ">" | Only time dimension: Displays data records greater than the specified value |
| "less", "<" | Only time dimension: Displays data records smaller than the specified value |
| "greater_equal", ">=", "greaterEq" | Only time dimension: Displays data records greater than or equal to the specified value |
| "less_equal", "<=", "lessEq" | Only time dimension: Displays data records smaller than or equal to the specified value |
| "like", "LIKE" | Displays data records that contain the specified expression |