}bedrock.dim.attr.swapalias - cubewise-code/bedrock GitHub Wiki
Description
This process will swap the values of the nominated alias with the principal name for all elements of the target dimension.
Use Case: Strictly for development/prototyping scenarios. This process should not be used in a production environment.
- Swap an alias with principal name
Note:
The SwapAlias
WithPrincipalName function is not supported for alternate hierarchies. Therefore this process checks for the existance of alternate hierarches and if any exist for the target dimension then the process will abort.
Warning:
Use with care. This process works, however, the underlying SwapAlias
WithPrincipalName function has never been officially documented or suported by IBM.
Process Parameters
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
REQUIRED: True or False (Boolean True = 1) |
pDim |
String | REQUIRED: Dimension name | |
pAlias |
String | REQUIRED: Alias |
Full Process Dependencies
Process doesn't call any dependencies.