Framework:Filter operators

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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