Framework:Fundamentals of Expressions: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
==See also== | ==See also== | ||
[[Framework:Specify an | [[Framework:Specify an Expression|Specify an Expression]]<br> | ||
[[Framework:BI_Center:Formula_Editor|Formula Editor]]<br> | [[Framework:BI_Center:Formula_Editor|Formula Editor]]<br> | ||
[[Framework:Verwenden von Ausdrücken|Verwenden von Ausdrücken]] | [[Framework:Verwenden von Ausdrücken|Verwenden von Ausdrücken]] | ||
Revision as of 14:18, 25 April 2012
(Just in work)
Use expressions in CoPlanner Cubes, masks or views to calculate, display, filter, parameterize or format data. Many mask item properties can be set to an expression. Expressions help you control the content, design, and interactivity of your mask. Expressions are written in CoPlanner notation and evaluated by the CoPlanner server or CoPlanner client.
The CoPlanner notation differs according to be evaluated by the CoPlanner server or CoPlanner client.
| Expression | Evaluation | Description | Example |
| Measure | Server or client | Measures always (client- and server-side) qualify with square bracket. | [Quantity] |
| Filter/Axis | Server | Filter and axis qualify with 'Attribute'-function. | Attribute(Period) Attribute(Products.vs_key) Attribute(Profit Center/Cost Center.Level) |
| Filter/Axis | Client | Filter and axis qualify with square bracket. | [Period.ID] [Products.vs_key] [Profit Center/Cost Center.Level] |
| Functions | Server | Server-side functions: FKT_functions and application properties. Session variable??? | FKT_TimeDimAdd(Y,-1, [bsp_tbl_Periodfunctions.dim_sys_zeit_1.COPSYS_ID]) |
| Functions | Client | Client-side functions: Functions and application properties. Session variables??? | TimeDimAdd(M,-12,[Period.ID]) |
See also
Specify an Expression
Formula Editor
Verwenden von Ausdrücken