Framework:SetMeasureAlias: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|SetMeasureAlias]] | |||
[[Category:Functions - client-side|SetMeasureAlias]] | [[Category:Functions - client-side|SetMeasureAlias]] | ||
[[de:Framework:SetMeasureAlias]] | [[de:Framework:SetMeasureAlias]] | ||
Revision as of 15:42, 23 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. |
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));