The AppFunctions library supports a number of functions and special expressions, most of which are for internal use, and not recommended for customer use, except TransformSpread, which achieves higher performance than its peer in RPAS.
The following functions are supported by AppFunctions:
The following special expression functions are supported by AppFunctions:
The TransformSpread special expression function converts data across hierarchies using different spreading flavors: transformProp, transformRepl, and transformEven.
Syntax
<target1, [target2, …, targetn]> <- TransformSpread (<transform spreading flavor>, <map>, Source [<hierarchy>].[<dimension>], Desination [<hierarchy>].[<dimension>]< input1> [, < input2> … ,< inputn>])
Input Parameters
Table D-2 provides the input parameters for the TransformSpread function.
Table D-1 Input Parameters for the TransformSpread Function
Parameter Name | Description |
---|---|
Transform spreading flavor |
Spreading flavor map |
Source |
[<hierarchy>].[<dimension>] |
Destination |
[<hierarchy>].[<dimension>] |
Input1, [input2,...,inputn] |
Input measures from which data are spread |
Output Parameter
Table D-2 provides the output parameter for the TransformSpread function.