Framework:Measure.Attribut

From CoPlanner 10
Jump to navigationJump to search

Function

[Measure.Attribut]

Parameter Description
Dimension Original name of the dimension in the data source.
Attribut Following attributes are available:
  • Caption (entered measure caption on the object)

This function belongs to client-side functions.

Result

Returns the value of the attribute.

Example

With this expression you get the caption of the measure. This attribute is used in the standard mask revenue reduction as tooltip:

= ([Revenue.Caption] * [% of sales.Caption]) + ([Quantity.Caption] * [Revenue reduction per unit.Caption]) + [Absolute revenue reduction.Caption]