Framework:SetElementAlias: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
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 19: Line 19:


==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.



Revision as of 16:09, 6 March 2012

Function

SetElementAlias(<Dimension>, <Expression>)

Parameter Description
Dimension Name of the dimension
Expression Expression to be displayed.

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.