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 |
||
| Line 4: | Line 4: | ||
{| | {| class="wikitable" width="80%" | ||
|- | |-{{Tabellentitel}} | ||
| | | Parameter | ||
| | | Description | ||
|- | |- | ||
|OldValue | |OldValue | ||
Revision as of 10:04, 6 March 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. |
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));