Framework:Filter operators

From CoPlanner 11
Revision as of 15:39, 23 May 2012 by Admin (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
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