Framework:SetMeasureAlias: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== SetMeasureAlias(<OldValue>,<NewValue>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


SetMeasureAlias(<OldValue>,<NewValue>)
<span {{CoPFormel}}>SetMeasureAlias(<OldValue>,<NewValue>)</span>


 
{| class="wikitable" width="80%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|-{{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|OldValue
|OldValue
Line 15: Line 14:
|The new value being assigned to the elements with the old value.
|The new value being assigned to the elements with the old value.
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Examines an element and replaces it if it matches a specified value.
Examines an element and replaces it if it matches a specified value.


==Example==
==Example==
SetMeasureAlias(Wert0,(Convert(SUBSTRING('@Session_JP_DimJahr_Von@',1,4),'System.Int32') - 1));
<span {{CoPFormel}}>SetMeasureAlias(Wert0,(Convert(SUBSTRING('@Session_JP_DimJahr_Von@',1,4),'System.Int32') - 1));</span>




Line 27: Line 26:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|SetMeasureAlias]]
[[Category:Functions - client-side|SetMeasureAlias]]
[[Category:Functions - client-side|SetMeasureAlias]]
[[de:Framework:SetMeasureAlias]]
[[de:Framework:SetMeasureAlias]]

Latest revision as of 08:53, 24 May 2012

Function

SetMeasureAlias(<OldValue>,<NewValue>)

Parameter Description
OldValue The old value of the elements being replaced.
NewValue The new value being assigned to the elements with the old value.

This function belongs to client-side functions.

Result

Examines an element and replaces it if it matches a specified value.

Example

SetMeasureAlias(Wert0,(Convert(SUBSTRING('@Session_JP_DimJahr_Von@',1,4),'System.Int32') - 1));