Framework:Fundamentals of Expressions: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:
| '''Measure'''
| '''Measure'''
| Server or client
| Server or client
| Measures werden immer (client- und serverseitig) mittels eckigen Klammern qualifiziert.
| Measures always (client- and server-side) qualify with square bracket.
| <span {{CoPFormel}}>[Menge]</span>
| <span {{CoPFormel}}>[Quantity]</span>
|-
|-
| '''Filter/Axis'''
| '''Filter/Axis'''

Revision as of 14:05, 25 April 2012

(Just in work)

Use expressions in CoPlanner Cubes, masks or views to calculate, display, filter, parameterise 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- und Achsenbezüge werden mittels Attribute-Funktion qualifiziert. Attribute(Zeit)
Attribute(Produke.vs_key)
Attribute(PC/KST.Level)
Filter/Axis Client Filter- und Achsenbezüge werden mittels eckiger Klammer qualifiziert. [Zeit.ID]
[Produke.vs_key]
[PC/KST.Level]

Functions Server Serverseitige Funktionen: FKT_ Funktionen und die Anwendungseigenschaften. Sessionvariable??? FKT_TimeDimAdd(Y,-1, [bsp_tbl_Zeitfunktionen.dim_sys_zeit_1.COPSYS_ID])
Functions Client Clientseitig Funktionen: Funktionen und die Anwendungseigenschaften. Sessionvariable??? TimeDimAdd(M,-12,[Zeit.ID])

Siehe auch

Angeben eines Ausdrucks
Formeleditor
Verwenden von Ausdrücken