-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.hier.create
lotsaram edited this page Apr 24, 2020
·
3 revisions
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.
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 = '&') |
Process doesn't call any dependencies.
test sidebar