Framework:Dimension.Attribute: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


[Dimension.Attribut]
<span {{CoPFormel}}>[Dimension.Attribut]</span>


{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
{| class="wikitable" width="80%"
|-
|- {{Tabellentitel}}
| style=background-color:#f6f6f6 |'''Parameter'''
| Parameter  
| style=background-color:#f6f6f6 |'''Description'''
| Description
|-
|-
|Dimension
|Dimension
|Original name of the dimension.
|Original name of the dimension in the data source.
|-
|-
|Attribut
|Attribut
|Following attributes are available:
|Following attributes are available:
:*ID (COPSYSID des Elements)
:*ID (COPSYSID of the Element)
:*Level (Level-Nummer, beginnend mit Null)
:*Level (Level-Nummer, starts with zero)
:*ChildCount (Anzahl der Child-Elemente, Null wenn es ein Leaf-Element ist)
:*ChildCount (Number of child-elemente, zero if it is a leaf element)
:*BaseElementID (in case of Subsets)
:*BaseElementID (in case of Subsets)
:*Name
:*Name
:*all attributes of a dimension (vs_key, COPSYS_HK_ROW, etc.)
:*all attributes of a dimension (vs_key, COPSYS_HK_ROW, etc.)
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==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:
  • ID (COPSYSID of the Element)
  • Level (Level-Nummer, starts with zero)
  • ChildCount (Number of child-elemente, zero if it is a leaf element)
  • BaseElementID (in case of Subsets)
  • Name
  • all attributes of a dimension (vs_key, COPSYS_HK_ROW, etc.)

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]

Dimension.Name in caption