}bedrock.hier.create - cubewise-code/bedrock GitHub Wiki
Description
This process will create a new hierarchy pHier
in target dimension pDim
.
Use Case: Intended for Development but could be used in production too.
- Create a new hierarchy for testing.
- Create a new hierarchy to reflect new business needs.
Note:
If dimension pDim
doesn't exist, it will be created.
Process Parameters
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pDim |
String | REQUIRED: Dimension, accepts wildcards (if = *, then all the dimensions) | |
pHier |
String | OPTIONAL: Hierarchy, accepts delimited list | |
pDelim |
String | & |
OPTIONAL: delimiter character for element list. (default value if blank = '&') |
Full Process Dependencies
Process doesn't call any dependencies.