Framework:SetElementAlias: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
SetElementAlias(<Dimension>, <Expression>) | <span {{CoPFormel}}>SetElementAlias(<Dimension>, <Expression>)</span> | ||
{| class="wikitable" width="80%" | {| class="wikitable" width="80%" | ||
| Line 14: | Line 14: | ||
|Expression to be displayed. | |Expression to be displayed. | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
==Result== | ==Result== | ||
| Line 19: | Line 20: | ||
==Example== | ==Example== | ||
SetElementAlias(Products,(+) [Product.Name]) | <span {{CoPFormel}}>SetElementAlias(Products,(+) [Product.Name])</span><br> | ||
In this example there will be a (+) desplayed in front of the element caption. | In this example there will be a (+) desplayed in front of the element caption. | ||
| Line 25: | Line 26: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|SetElementAlias]] | |||
[[Category:Functions - client-side|SetElementAlias]] | [[Category:Functions - client-side|SetElementAlias]] | ||
[[de:Framework:SetElementAlias]] | [[de:Framework:SetElementAlias]] | ||
Latest revision as of 08:54, 24 May 2012
Function
SetElementAlias(<Dimension>, <Expression>)
| Parameter | Description |
| Dimension | Name of the dimension |
| Expression | Expression to be displayed. |
This function belongs to client-side functions.
Result
Defines the caption of the elements on an axis.
Example
SetElementAlias(Products,(+) [Product.Name])
In this example there will be a (+) desplayed in front of the element caption.