-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.hier.unwind
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process will remove all children from a specific target consolidation (pConsol
) in a Hierarchy in target Dimension. If recursive (pRecursive
=1), it will also unwind all consolidations that are descendants of the target regardless of depth. If not recursive (pRecursive
=0) then only immediate children of the target consolidation will be removed.
Use Case: Intended for both production and development/prototyping scenarios.
- Production call prior to main dimension build process in case mapping relationships have changed to ensure no double-counting steming from leaf elements rolling into multiple parents within the same rollup or hierarhcy
- Production combine with }bedrock.hier.emptyconsols.delete to remove orphaned rollups
- Development manual cleanup of dimensions during prototyping or prior to going to production
Note:
- A valid source dimension name (
pDim
) is mandatory otherwise the process will abort. - A blank
pHier
parameter will process only the same named hierarchy for each of the dimensions processed. - A *
pConsol
parameter will process ALL C level items in the given hierarchy (pHier
). - A delimited list or wildcard for
pDim
orpHier
or a delimited list of consolidations forpConsol
will result in recursive calls of the process.
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: Target Dimension, accepts wildcards (if = *, then all the dimensions) | |
pHier |
String | OPTIONAL: Target Hierarchy (will use default is left blank), accepts wildcards (if = *, then all hierarchies) | |
pConsol |
String | * |
OPTIONAL: Target Consolidation, accepts wildcards ( * will unwind ALL) |
pRecursive |
Numeric | 0 |
REQUIRED: Boolean: 1 = True (break from node down not just direct children) |
pDelim |
String | & |
OPTIONAL: delimiter character for element list (default value if blank = '&') |
Process doesn't call any dependencies.
test sidebar