Framework:SetMeasureAlias

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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));