-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.hier.delete
lotsaram edited this page Apr 18, 2019
·
3 revisions
This process deletes a dimension or hierarchy (or a list thereof).
Use Case: Intended for development/prototyping.
- Clean up unused dimension/hierarchies after Go Live.
Note:
Naturally, a valid dimension name (pDim
) is mandatory otherwise the process will abort.
If no hierarchy (pHier
) is specified the dimension will be deleted if not in use by a regular cube.
If a hierarchy is specified, it must be valid otherwise the process will abort.
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 wildcards (all hierarchies except default and Leaves deleted if = *) | |
pDelim |
String | & |
Optional: delimiter character for element list. Defaults to & if blank |
Process doesn't call any dependencies.
test sidebar