-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.dim.delete
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process deletes a dimension, list of dimensions, or set of dimensions specified by wildcard name match.
Use Case: Intended for development/prototyping.
- During active agile development to remove dimensions due to renaming, change of requirements, etc.
- Clean up unused dimensions prior to system Go Live.
Note:
- A valid dimension name
pDim
or list thereof is mandatory otherwise the process will abort. - Attribute dimensions are deliberately excluded because these are automatically cleaned up by removing the base dimension.
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 (Delimited list & wildcards (*) acceptable) | |
pDelim |
String | & |
REQUIRED: delimiter character for attribute list. (default value if blank = '&') |
Process doesn't call any dependencies.
test sidebar