Framework:Dimension.Attribute: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
|- | |- | ||
|Dimension | |Dimension | ||
|Original name of the dimension. | |Original name of the dimension in the data source. | ||
|- | |- | ||
|Attribut | |Attribut | ||
| Line 24: | Line 24: | ||
==Result== | ==Result== | ||
Returns the value of the attribute. | Returns the value of the attribute. | ||
==Example== | |||
With [Dimension.Name] you can display the name of the selected dimension in the caption: | |||
<span {{CoPFormel}}> [Scenario.Name] </span> | |||
[[Image:DimensionAttribut_EN.png|thumb|center|Dimension.Name in caption]] | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
Latest revision as of 14:06, 6 October 2014
Function
[Dimension.Attribut]
| Parameter | Description |
| Dimension | Original name of the dimension in the data source. |
| Attribut | Following attributes are available:
|
This function belongs to client-side functions.
Result
Returns the value of the attribute.
Example
With [Dimension.Name] you can display the name of the selected dimension in the caption:
[Scenario.Name]
