Framework:Fundamentals of Expressions: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 41: Line 41:
==Siehe auch==
==Siehe auch==
[[Framework:Angeben eines Ausdrucks|Angeben eines Ausdrucks]]<br>
[[Framework:Angeben eines Ausdrucks|Angeben eines Ausdrucks]]<br>
[[Framework:BI_Center:Formeleditor|Formeleditor]]<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:12, 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])

Siehe auch

Angeben eines Ausdrucks
Formula_Editor
Verwenden von Ausdrücken